electronics and communication (B. Tech/ B. E)
Programs for digital signal processing. written using MATLAB
Pages
(Move to ...)
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
▼
Showing posts with label
exponential
.
Show all posts
Showing posts with label
exponential
.
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 for exponential waveform generation
›
Program Code n=0:0.01:5; a=2; y=exp(-a*n); plot (n,y); xlabel ('Time'); ylabel ('Amplitude'); title ('Exponential wav...
1 comment:
›
Home
View web version