www.gusucode.com > dsp 案例源码程序 matlab代码 > dsp/MeasureFrequencyResponseCharacteristicsOfHighpassFilterExample.m

    %% Measure Frequency Response Characteristics of Highpass Filter
% Measure the frequency response characteristics of a highpass filter.
% Create a |dsp.HighpassFilter| System object with default
% properties. Measure the frequency response characteristics of the filter.

% Copyright 2015 The MathWorks, Inc.


HPF = dsp.HighpassFilter
HPFMeas = measure(HPF)