Feeds
提问
I'm trying to figure out why after i run this code I'm not getting any messages and no plots are popping up
if true %close all clear all num_fft=1024; dt=1; f= [ 0 0 0 0 1 0 0.5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0] h=[ 2.7...
11 years 前 | 1 个回答 | 0
1
个回答已回答
if f*g = h and I knew the given h and g how would I find f in matlab? Would I used a deconvolution program? Thanks
When I tried this method, I got the following error using my data set. Any clue as to how to resolve this? Error using vertc...
if f*g = h and I knew the given h and g how would I find f in matlab? Would I used a deconvolution program? Thanks
When I tried this method, I got the following error using my data set. Any clue as to how to resolve this? Error using vertc...
11 years 前 | 0
提问
if f*g = h and I knew the given h and g how would I find f in matlab? Would I used a deconvolution program? Thanks
if f*g = h and I knew the given h and g how would I find f in matlab? Would I used a deconvolution program? Also is there a l...
11 years 前 | 2 个回答 | 0
2
个回答已回答
I can't seem to get matlab scalogram program to run without the following errors...
Fs = 11718.75; t = timeold(nsp:nep); %Frq = 10; x = data(nsp:nep); plot(x,'r'); axis tight title('Signal'); xlabel('...
I can't seem to get matlab scalogram program to run without the following errors...
Fs = 11718.75; t = timeold(nsp:nep); %Frq = 10; x = data(nsp:nep); plot(x,'r'); axis tight title('Signal'); xlabel('...
11 years 前 | 0
提问
I can't seem to get matlab scalogram program to run without the following errors...
Below Ilisted the original scalogram matlab program…then I listed the beginning of the program which I ran but receive a bun...
11 years 前 | 3 个回答 | 0
3
个回答提问
how to divide two groups of number and sum the fractions of the two...
If I had x= 1 2 3 4 5 and y= 6 7 8 9 10...How would I divide x1/y1+ x2/y2? Then how could I take those numbers an add them toget...
11 years 前 | 1 个回答 | 0
1
个回答提问
HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?
HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3? THANKS!
11 years 前 | 2 个回答 | 0