Plot the magnitude response of a Butterworth filter with linear magnitude

4 ビュー (過去 30 日間)
Stefan
Stefan 2015 年 5 月 12 日
コメント済み: Stefan 2015 年 5 月 12 日
Hi,
I'm using a Butterworth filter to attenuate one of two frequency components in a signal, like so:
In the second subplot, I'd like to overlay the envelope of the filter. What's the easiest way to do this, keeping in mind that I need both axes to stay in linear form?
Thanks! Stefan

採用された回答

Walter Roberson
Walter Roberson 2015 年 5 月 12 日
Plot with the linear plot first, and then
hold on
and plot the second plot. If it would normally switch to log form it will not do so because linear is already in effect.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnalog Filters についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by