Statistiques
RANG
149 611
of 295 638
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
57.14%
VOTES REÇUS
0
RANG
of 20 255
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 207
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
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...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
data from scatterplot
for the following code M = 16; % Alphabet size x = randint(1000,1,M); % Random message y = dpskmod(x,M); % Modulate...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 13 ans il y a | 1 réponse | 0
1
réponsehow 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...
plus de 13 ans il y a | 0
Question
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. =====...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
scatterplot
is there any way to get the (x,y) coordinates of a scatterplot.
plus de 13 ans il y a | 3 réponses | 0
3
réponsesQuestion
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:...
plus de 13 ans il y a | 1 réponse | 0
1
réponseFsk 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...
plus de 13 ans il y a | 0
Frequency modulating a wav file?
hi, do you know how to perform fsk on a .wav file
plus de 13 ans il y a | 0