Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
cheb1mag
response of Chebyshev type 1 filter
Calling Sequence
[h2]=cheb1mag(n,omegac,epsilon,sample)
Arguments
- n
integer : filter order
- omegac
real : cut-off frequency
- epsilon
real : ripple in pass band
- sample
vector of frequencies where
cheb1mag
is evaluated- h2
Chebyshev I filter values at sample points
Description
Square magnitude response of a type 1 Chebyshev filter.
omegac
=passband edge.
epsilon
such that 1/(1+epsilon^2)
=passband ripple.
sample
vector of frequencies where the square magnitude
is desired.
Examples
See Also
- buttmag — Power transmission of a Butterworth filter
Report an issue | ||
<< casc | filters | cheb2mag >> |