Statistiques
RANG
280 855
of 300 352
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 928
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 212
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
environ 8 ans il y a | 1 réponse | 0
1
réponseWhen 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...
environ 8 ans il y a | 0
Question
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...
presque 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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?
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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; ...
presque 9 ans il y a | 1 réponse | 0