Edge distortion when resampling a signal
I have the follwing cosine signal that is sampled at rate fs = 32 Hz.
f = 30;
fs = 32;
dt = 1/fs;
t = -0.5:dt:0.5;
c = cos(...
how to plot decaying exponential
Hello,
I'd like to plot a decaying exponential function similar to this plot, while being able to vary the spike time and rat...
5 years 前 | 1 个回答 | 0
1
个回答
提问
iterating over an ode solver
Hi there,
I am writing a program to solve an ode system multiple times with different parameter values. I added the two param...