Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou want to look at fractional integer formats. Go through these slides:
http://www.ovro.caltech.edu/~dwh/correlator/pdf/esc-111paper_hawkins.pdf http://www.ovro.caltech.edu/~dwh/correlator/pdf/esc-111slides_hawkins.pdf and source http://www.ovro.caltech.edu/~dwh/correlator/pdf/esc2011_fpga_dsp_code.zip You'll want to look at using convergent rounding, there's code in that zip. If you're testing FIR filters, then you can use an LFSR as a digital noise source: http://www.ovro.caltech.edu/~dwh/correlator/pdf/lfsr_tutorial.pdf http://www.ovro.caltech.edu/~dwh/correlator/pdf/lfsr_tutorial_src.zip Cheers, Dave