|
- Problem 6: Use the definitions and properties (e.g., aliasing,
location of poles, and zeros) of impulse invariance
and bilinear transformation. Wherever appropriate use
the equations for these methods. No need to assume
bandlimitedness. For the impulse invariance method, the
zeros are not mapped, regardless of aliasing.
- Problem 6(e): With regards to impulse invariance, consider one of the
transfer functions to be bandlimited, and the other one
to be not bandlimited (e.g., rect). Think about
what will happen if you multiply the transfer functions
first and then sample, as opposed to sampling first and
then multiplying the sampled versions. Will the end
result be the same? Use similar approach for 6(g).
- Problem 7: For a continuous time filter, if the system is causal,
then for stability its poles should be on the left half
of the s-plane. (However, if the filter is anti-causal,
then for stability the poles should be on the right half
of the s-plane.)
- Problems 8 & 9: You may find the following Matlab functions useful:
buttord, buttap, cheb2ord,
cheb2ap, ellipord, ellipap,
lp2lp, bilinear, freqs, freqz.
|