F
francesco_pincio
Guest
Hello!
I'm new in the forum and just done an FPGA university course, very ver
small...we have only turned on/off led with finite state machine and s
on...now i'm tryng to develope an IIR filter with XSA50 board form Xes
with spartanIIe50 fpga. FIlter kernel is just a 2 pole system with a zer
in 0, i would do a bandpass with changable passaband with pushbuttons;
've idealized that main structure of the program would be a module with
counter for generating clock for the ADC/DAC, a module that pass thi
samples in the filtern kernel, the filter kernel iir itself and a modul
that passes filtererd samples to DAC; mainly i have 2 problems:
1) i can do only operation with radix-2 coefficient, so i can use only 1/2
1/4 an so on. i don't understand how to pass a float value and multiply it
2)do i need a ram to store at least y[n-2] sample?
I know myquestions sounds stupid, maybe i have not a good idea of what
have to do, if you could illuminate me on this...
best regards
francesco
---------------------------------------
Posted through http://www.FPGARelated.com
I'm new in the forum and just done an FPGA university course, very ver
small...we have only turned on/off led with finite state machine and s
on...now i'm tryng to develope an IIR filter with XSA50 board form Xes
with spartanIIe50 fpga. FIlter kernel is just a 2 pole system with a zer
in 0, i would do a bandpass with changable passaband with pushbuttons;
've idealized that main structure of the program would be a module with
counter for generating clock for the ADC/DAC, a module that pass thi
samples in the filtern kernel, the filter kernel iir itself and a modul
that passes filtererd samples to DAC; mainly i have 2 problems:
1) i can do only operation with radix-2 coefficient, so i can use only 1/2
1/4 an so on. i don't understand how to pass a float value and multiply it
2)do i need a ram to store at least y[n-2] sample?
I know myquestions sounds stupid, maybe i have not a good idea of what
have to do, if you could illuminate me on this...
best regards
francesco
---------------------------------------
Posted through http://www.FPGARelated.com