d2c_apden

版本 1.0.1 (1.8 KB) 作者: Marko Neitola
Discrete-to-continuous transformation for all-pass filters
1.0 次下载
更新时间 2023/6/16

查看许可证

D2C_APDEN discrete-to-continuous transformation for all-pass filters only. Allows symbolic coefficients.
USAGE
As = d2c_apden(A)
As = d2c_apden(A,w)
INPUTS
A: Digital AP filter denominator coefficient vector.
Coefficient vector A can be numerical or symbolic.
Assuming A(1) is unity. Please scale if not(A(1)==1).
w: Optional for Tustin's prewarp.
OUTPUTS
As: Analog AP filter denominator coefficient vector.
Bs: Analog AP filter numerator coefficient vector.

引用格式

Marko Neitola (2024). d2c_apden (https://www.mathworks.com/matlabcentral/fileexchange/131224-d2c_apden), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Minor change in the Description

1.0.0