Statistica
RANK
250.394
of 297.016
REPUTAZIONE
0
CONTRIBUTI
7 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
0
RANK
of 157.725
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
how to filter awgn
is there any way to filter awgn noise from my signal. I tried using the function smooth(signal) but it totally distorts my dat...
quasi 14 anni fa | 1 risposta | 0
1
rispostaDomanda
data from scatterplot
for the following code M = 16; % Alphabet size x = randint(1000,1,M); % Random message y = dpskmod(x,M); % Modulate...
quasi 14 anni fa | 1 risposta | 0
1
rispostaDomanda
quantize/digitize wav file
how can I digitize/quantize .wav file in matlab well, basically i am trying to modulate it, [X, Fs, nbits] = wavread('filenam...
quasi 14 anni fa | 1 risposta | 0
1
rispostaDomanda
Modulate a sine wave after quantizing it
Help! I am trying to modulate a sine wave after quantizing it, but keep getting an error. ================================= t ...
quasi 14 anni fa | 1 risposta | 0
1
rispostahow does AWGN and 16qam mod demod m file code look like ?
M = 16; % Size of alphabet x = randint(1000,1,M); % Random signal y = qammod(x,M); X=awgn(y,10);%add Gaussian noise %s...
quasi 14 anni fa | 0
Domanda
What is wrong with this code, please help!
this is the code to qam modulate a quantized sine wave, for some reason i get only 15 constellation points instead of 16. =====...
quasi 14 anni fa | 1 risposta | 0
1
rispostaDomanda
scatterplot
is there any way to get the (x,y) coordinates of a scatterplot.
quasi 14 anni fa | 3 risposte | 0
3
risposteDomanda
What is wrong with this code, please help!
>> t = [0:.1:2*pi]; % Times at which to sample the sine function sig = sin(t); % Original signal, a sine wave partition = [-1:...
quasi 14 anni fa | 1 risposta | 0
1
rispostaFsk constellation diagram
i dont know in stimulink but scatterplot will do the trick in matlab coding. i need to do FSK on a sine wave, but i keep get...
quasi 14 anni fa | 0
Frequency modulating a wav file?
hi, do you know how to perform fsk on a .wav file
quasi 14 anni fa | 0