フィルターのクリア

The real-valued amplitude response

3 ビュー (過去 30 日間)
Johan Johan
Johan Johan 2019 年 8 月 25 日
回答済み: Matt J 2019 年 8 月 25 日
Where amplitude response A(w) is continuous and real-valued.
How i can write a Matlab function that uses the FFT to compute A(w) from the impulse
response h(n) at the frequency points.
Matlab header:
function [A,w] = firamp(h,type,L)
% Amplitude response of a linear-phase FIR filter
% A : amplitude response at the frequencies w
w : [0:L-1]*(2*pi/L);
h : impulse response
type = [1,2,3,4]

回答 (1 件)

Matt J
Matt J 2019 年 8 月 25 日
The examples in the documentation will be helpful

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by