Feeds
提问
openExample('signal/LinearChirpExample') is unidentified in version 2015. Help
openExample('signal/LinearChirpExample') is unidentified in version 2015. Help Shouldnt Matlab automatically 'see' the curren...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do you compute a convolution of u(n) and n*u(n)??? Matlab is going crazy!!!!
Here is my code: syms n; x=(.5)^n*heaviside(-n-1); y=(1/3)^n*heaviside(n); H=conv(x,y)
8 years 前 | 1 个回答 | 0
1
个回答提问
Magnitude Frequency response plot
Given H(z)=(0.6-z^-1)(1+2z^-1)/(3-z^1)(2-(jz^-1), how can code and plot the magnitude response and phase? And how d...
8 years 前 | 2 个回答 | 0