jessica david - MATLAB Central
photo

jessica david


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 03/11 to 04/25Use left and right arrows to move selectionFrom 03/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 Questions
3 Answers

RANK
150,449
of 298,237

REPUTATION
0

CONTRIBUTIONS
7 Questions
3 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 20,553

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,651

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

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...

14 years ago | 1 answer | 0

1

answer

Question


data from scatterplot
for the following code M = 16; % Alphabet size x = randint(1000,1,M); % Random message y = dpskmod(x,M); % Modulate...

14 years ago | 1 answer | 0

1

answer

Question


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...

14 years ago | 1 answer | 0

1

answer

Question


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 ...

14 years ago | 1 answer | 0

1

answer

Answered
how 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...

14 years ago | 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. =====...

14 years ago | 1 answer | 0

1

answer

Question


scatterplot
is there any way to get the (x,y) coordinates of a scatterplot.

14 years ago | 3 answers | 0

3

answers

Question


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:...

14 years ago | 1 answer | 0

1

answer

Answered
Fsk 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...

14 years ago | 0

Answered
Frequency modulating a wav file?
hi, do you know how to perform fsk on a .wav file

14 years ago | 0