Statistics
RANK
143,342
of 301,754
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,410
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,414
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Plot the DFT by hand (no fft) for the following waveform: x(t) = 5 + 2cos(2*pi*t – pi/2) + 3cos(8*pi*t). Does the script below satisfy the requested plot?
clc clear t=0:.13:.99; x = 5 +2*cos(2*pi*t- pi/2) + 3*cos(pi*8*t); N=length(x); for k=1:N X(k)=0; for n=1:N ...
7 years ago | 0 answers | 0

