FFT filtering

Er kronaccio's icon

Hi...i'm not so expert!...
I need to filter some audio signals with complex filters. i have the values of the coefficients in tables from 512 to 4096 points. how can i import this tables from textfiles (or write them manually) in a kind of FFT object that filters my signals? Is it possible?

If not, i have the lpc coefficients of the filter (generated from matlab). maybe is it possible to use it with FIR filters? How?

Thank you!!!

Jean-Francois Charles's icon

Look at the forbidden-planet example (in Max examples).
Jean-Francois.

Er kronaccio's icon

yes...perfect! thank you!