MiniDSP programming

Status
Not open for further replies.
I want to implemtent the following IIR filter on miniDSP :

y[n] = x[n] + 0.93 * y[n-40]

The above filter has the transfer function :

H(z) = 1 / (1 - z^-40)

miniDSP allows to cascade biquads, this filter can be implemented by cascading 20 biquads if the filter coefficients are allowed to be complex. Does biquad filter implementation on miniDSP allow complex coefficients? If not, how can I implement the aobe filter?

Thanks in advance.

Omer
 
Status
Not open for further replies.