Statistica
RANK
183.539
                          
                          
of 300.381
                        
REPUTAZIONE
0
                           
                        
CONTRIBUTI
                          5 Domande
                          1 Risposta
ACCETTAZIONE DELLE RISPOSTE 
                            0.0%
                        
VOTI RICEVUTI
0
RANK
of 168.477
CONTRIBUTI
                            0 Problemi
                            0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
circa 8 anni fa | 1 risposta | 0
1
rispostaWhen 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...
circa 8 anni fa | 0
Domanda
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...
quasi 9 anni fa | 3 risposte | 0
3
risposteDomanda
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...
quasi 9 anni fa | 2 risposte | 0
2
risposteDomanda
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?
quasi 9 anni fa | 0 risposte | 0
0
risposteDomanda
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; ...
quasi 9 anni fa | 1 risposta | 0