Cutoff frequency in graph

Hello, I have this code corresponding to a chebyshev filter and the graph that matlab returns to me. The question is, is the upper cutoff frequency that of the green line (0.7 on the y-axis) or that of the black line (0.25 on the x-axis)?

 Accepted Answer

Chunru
Chunru on 6 Aug 2021
For cheby filter, the cut-off frequency is the edge frequency at which the magnitude response of the filter is –Rp (passband ripple) decibels. In your plot, it should be somewhere between the black and blue.

3 Comments

3 dB is specified
doc cheby1: Wn is at the response of -Rp.
From documentation:
Wp — Passband edge frequency
scalar | two-element vector
Passband edge frequency, specified as a scalar or a two-element vector. The passband edge frequency is the frequency at which the magnitude response of the filter is –Rp decibels. Smaller values of passband ripple, Rp, result in wider transition bands.

Sign in to comment.

More Answers (0)

Products

Release

R2014b

Asked:

on 6 Aug 2021

Commented:

on 6 Aug 2021

Community Treasure Hunt

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

Start Hunting!