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
logarithmic curve
.
Show all posts
Showing posts with label
logarithmic curve
.
Show all posts
Matlab program to generate logarithmic curve
›
Program code clc; close all; clear all; a=input('Please enter the multiplication factor'); t=0:0.001:1; p=log(a*t); plo...
›
Home
View web version