MiniDSP programming

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
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
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.