Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Can impulse response always be derived accurately if you know tranfer function numerically? and how to verify if it is the correct impulse response.

3 ビュー (過去 30 日間)
Jim
Jim 2014 年 9 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Assume H(f)=exp(j15e10/f) then since there is no well known pair have to find it numerically and can do this using matlab.
Fs=2e9; dF=2^10; f = (-Fs/2:dF:Fs/2-dF); H=exp(1i*15e10./f);
FR_data=H; IR_data=(ifft(ifftshift(FR_data))); h=IR_data;
figure; stem(real(h));
figure; plot(real(h));
Question is how would I verify if this is indeed the correct impulse response? Thank you.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by