electronics and communication (B. Tech/ B. E)
Programs for digital signal processing. written using MATLAB
Pages
Home
Syllabus of 'Digital Signal Processing Lab' in the KTU B.Tech ECE 5th semester can be seen by clicking here.
34 matlab programs here! Please click here to see all the matlab programs present in this blog
About this weblog
MATLAB program to find the Fourier Transform of cosine wave
Program code
clc;
clear
all
;
close
all
;
t=0:0.001:1;
cwtstruct = cwtft((cos(2*3.14*1000*t)),
'plot'
);
Output
______________________________________
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)