Hi guys,
I'm working on a FIR Filter.
On the code above, I'm doing a multiplication (*) of eight signals with a for and with an accumulator I'm doing the addition of every result. The for works to move the pointer of the array.
I've checked several times the code, but on compilation it says...
Hi, I'm an Eng. Electronic trying to modulate a communication channel on VHDL. That's why I need to use the library math_real, but I'm having problems to use it.
I declared to signals a,b as real to try to use the sin function as example. The simple code
signal e,d: real;
c <= sin(d);
Gives...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.