Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFIR Megafunction Signed (Fractional) Binary only?
I am using Quartus II 11.0. It looks like the FIR filter Megafunction supports only Signed Binary or Signed Fractional Binary. As far as I understand, this means that the MSB is the sign bit, a...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- But it seems that the signed binary representation is the same as sign-magnitude (http://en.wikipedia.org/wiki/signed_number_representations#sign-and-magnitude_method) representation, and not the same as two's-complement (http://en.wikipedia.org/wiki/two%27s_complement). The manual isn't very clear on this. --- Quote End --- The manuals are not very clear on a lot of things :) FIR compiler will be using 2's compliment. Cheers, Dave