![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16440078_1570020480194_DEF.jpg)
salad9996
Followers: 0 Following: 0
Statistica
7 Domande
0 Risposte
RANK
159.779
of 297.046
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
42.86%
VOTI RICEVUTI
0
RANK
of 157.776
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
3D plot on 3D matrix
Hi guys, suppose I have a 3D array which look like this. How do I do the plotting with these data?
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
For loop to repeat the loop with different set of value
Hi guys, I'm trying to run the simulation with multiple set of value, SNRDB=6:2:16; but what I got one same result for the who...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
One tap equalizer design (MMSE equalizer and ZF equalizer)
Guys, these are my code to generate the BER vs SNR for MMSE equalizer and ZF equalizer for N tap of channel. I dunno why the ZF ...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
Reduce the compiling time with 1000x1000 matrix
clear clc K=10^3; N=10^3; f=10^3; po=10; ch=5; pmax=20; noise=1; h=sqrt(1/2)*[randn(K,N)+1i*randn(K,N)]; v=var(h); ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
ber vs snr ofdm using fft and ifft
clc clear close all %1 L=32; m=(sign(randn(1,L))+1)/2; %2 symbols = [-1i, -1, 1, 1i]; m2 = reshape(m, 2, []); idx =...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Mapping two binary bits to one
I have generate a set of bits 0 and 1, N=10000; m=(sign(randn(1,N))+1)/2; The problem is how do I group the bits? For examp...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
for loop with different range of number
If i have a vector r with 500 numbers, can I use for loop to loop for every 50 number? For example, v1 will get 50 number from r...
circa 5 anni fa | 1 risposta | 0