normButPolyCoeff

版本 1.0.0 (1.8 KB) 作者: Witold Waldman
Coefficients of normalized Butterworth polynomial of order n
2.0 次下载
更新时间 2022/6/18

查看许可证

This function returns a row vector p of length n+1, whose elements are the coefficients (in descending powers) of an nth-degree Butterworth polynomial:
Bn(s) = p(1)*s^n + p(2)*s^(n−1) + ... + p(n)*s + p(n+1)
The ordering of the coefficients allows them to be directly used in the polyval() function.

引用格式

Witold Waldman (2024). normButPolyCoeff (https://www.mathworks.com/matlabcentral/fileexchange/113520-normbutpolycoeff), 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