ProgrammingBlue
One stop for all your programming practices
Home
Artificial Intelligence
C
C++
Computer Architecture
Computer Network
Data Structure
Digital Signal Processing
Java
Linux
MATLAB
Prolog
skip to main
|
skip to sidebar
Tuesday, 15 May 2012
Draw a diminishing sinusoidal signal, i.e. a sine curve whose amplitude decays with time
t=0:0.01:10;q=exp(-t);
z=sin(2*pi*t);
y=z.*q;
plot(t,y);
0 comments
Total Pageviews
Pages
Home
C
C++
Data Structure
MATLAB
Prolog
Java
Linux
DSP
Computer Network
Computer Architecture
Facebook Page
Followers
© 2011-2012
ProgrammingBlue
Posts RSS
∙
Comments RSS
Back to top
0 comments