filtRespShelf

版本 1.0.0 (2.7 KB) 作者: Witold Waldman
Frequency response (transfer function) of a shelving filter.
5.0 次下载
更新时间 2022/7/7

查看许可证

Computes the complex frequency response function corresponding to a shelving-filter transfer function.
Syntax
h = filtRespShelf(f,n,f0,GdB,shelfType)
h = filtRespShelf(f,n,f0,GdB)
filtRespHPQ(__)
filtRespHPQ()
Description
h = filtRespShelf(f,n,f0,GdB,shelfType) returns the frequency response column vector computed at the frequencies supplied in f (in Hz). The order of the shelving filter is given in n, where admissible values are 1 or 2. The shelf has a crossover frequency of f0 (in Hz) and a gain GdB (in dB). The value of GdB can be positive or negative.
The midpoint gain at f0 is chosen such that it is the arithmetic mean of the extreme gains (1 and G = db2mag(GdB)) on a decibel scale.
If GdB is a row or column vector containing a number of values, the frequency response is returned as a matrix of column vectors.
A high shelf filter is specified by setting shelfType to be one of the following: 'H', 'HIGH'.
A low shelf filter is specified by setting shelfType to be one of the following: 'L', 'LOW'.
If shelfType is omitted or is empty ([]), then a high shelf filter is the default choice.
filtRespShelf(__) with no output arguments plots the magnitude and phase response of the shelf filter (its frequency response).
filtRespShelf() with no input arguments plots the magnitude and phase response of two sets of example shelf filters. No output is returned.
Reference
Valimaki, Vesa; Reiss, Joshua D. (2016). All About Audio Equalization: Solutions and Frontiers. Applied Sciences, Volume 6, Issue 5, 129. https://doi.org/10.3390/app6050129 (Open Access)

引用格式

Witold Waldman (2024). filtRespShelf (https://www.mathworks.com/matlabcentral/fileexchange/114695-filtrespshelf), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0