d2c_apden
Version 1.0.1 (1.85 KB) by
Marko Neitola
Discrete-to-continuous transformation for all-pass filters
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.
Cite As
Marko Neitola (2024). d2c_apden (https://www.mathworks.com/matlabcentral/fileexchange/131224-d2c_apden), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2023a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.