Feeds
提问
I keep getting this error Error using sym/subsindex Invalid indexing or function definition. Indexing must follow MATLAB indexing. Function arguments must be symbolic variable
t = linspace(-5,5,1000); f = heaviside(t+1) - heaviside(t-1); h = f; % Define tau and compute h(t-tau) tau = 0.5; htau = ...
3 years 前 | 1 个回答 | 0
1
个回答提问
can you please me to get the Matlab code
A bandpass filter passes signals with frequencies that are within a certain range. In this filter the ratio of the magnitudes of...
3 years 前 | 0 个回答 | 0
