I'm currently studying Digital Signal Processing and I'm particularly focusing on filters' characteristics, specifically minimum-phase and all-pass filters. Understanding these properties and their interactions is crucial for my study and research work in audio signal processing.
I was given this filter transfer function:
$$ H(z) = {0.2[(z+0.5)^2+1.5^2] \over z^2-0.64}. $$ I want to represent H(z) as of the filter in this way? $$ H(z) = {H_\text{mp}(z)\cdot H_\text{ap}(z)} $$
where
- $H_\text{mp}$ is the Minimum-phase transfer function and
- $H_\text{ap}$ is the All-pass transfer function.
From my understanding, any arbitrary filter transfer function can be represented as the product of a minimum-phase filter transfer function (Hmp) and an all-pass filter transfer function (Hap), such that H(z) = Hmp(z)⋅Hap(z).
Now, my problem lies in finding these two components (Hmp and Hap) from the given transfer function. I am aware that a minimum-phase filter has all its zeros inside the unit circle in the z-plane, and an all-pass filter has all its poles reciprocally paired with its zeros. But I'm finding it challenging to apply these principles to this specific problem.
So far, I have been able to find the poles and zeros of the given transfer function using standard techniques. However, separating them into those that would belong to the minimum-phase filter and those that would belong to the all-pass filter is where I am stuck.
I would greatly appreciate guidance on how to go about this problem