Signal Processing Programs
programs written using MATLAB by Ms. Anju K
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 out the Fourier Transform of sinusoidal waveform
Program code
clc;
clear all;
close all;
t=0:0.001:1;
cwtstruct = cwtft((sin(2*3.14*1000*t)),'plot');
Output
________________________
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)