electronics and communication (B. Tech/ B. E)

Programs for digital signal processing. written using MATLAB

Pages

▼
Showing posts with label Fourier transform. Show all posts
Showing posts with label Fourier transform. Show all posts

MATLAB program to find the Fourier transform of an exponential curve

›
Progam code clc; clear all ; close all ; t=0:0.001:1; a=input( 'Please enter the multiplication factor of an expone...

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

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

MATLAB program to find DFT and IDFT using matlab functions

›
Program Code %DFT and IDFT using matlab functions clc; close all; clear all; x=input('Please enter the sequence x(n)='); N=i...
6 comments:
›
Home
View web version
Powered by Blogger.