Estadística
CLASIFICACIÓN
80.622
of 300.369
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.936
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.436
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
When using vitdec function for testing error coming like "inputs must be a scalar and a square matrix. To compute elementwise POWER, use POWER (.^) instead"
I am trying to test the vitdec function using soft decision. At this time, I am getting error as "Inputs must be a scalar and ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaWhen using vitdec function for testing error coming like "inputs must be a scalar and a square matrix. To compute elementwise POWER, use POWER (.^) instead"
Sorry. I found that the number of soft precision bits must be less than 14bits. So I have used 7 for soft precision bits. S...
alrededor de 8 años hace | 0
Pregunta
How to use negative index ranges in for loop?
I heard about matlab doesn't support negative indexes in the loops. Is there any other way to use negative index in the for loop...
casi 9 años hace | 3 respuestas | 0
3
respuestasPregunta
How to use xcorr function in matlab as autocorr
Hello all, I am trying to use the xcorr() function as an autocorrelation function in Matlab. But I am getting the wrong outpu...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Is there simpler way to implement QPSK modulator without using inbuilt comm.QPSKModulator function in matlab?
I would like to implement QPSK modulator in Matlab without using inbuilt function. Is any one know please let me know the idea?
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Can any one explain me how to apply vectorized operation on the outer for loop of the given program?
a=[1+1i 2+2i 3+3i 4+4i 5+5i 6+6i 7+7i 8+8i 9+9i 1+1i 2+2i 3+3i 4+4i 5+5i 6+6i 7+7i 8+8i 9+9i]; for m=1:6 m=m-1; ...
casi 9 años hace | 1 respuesta | 0