R
RealInfo
Guest
Hi all
I am working on a FIR that is totally "mathematical" not RTL based meaning
that
it is a pure "sum of multiplicands" all values inside are REAL defined
signals multiplied and summed from input to output.
I try not to involve RTL as much as I can .
The problem is that the data into it comes as BIT_VECTOR from the AtoD and
again must go out as BIT_VECTOR
to feed the output DtoA .
My question is : how do I translate the input stream of bytes to REAL and
vice versa
the final REAL result to BIT_VECTOR ?
Do I have to scan each bit in the input and to add to some REAL signal or
VAR
and opposite action in the output, or a better and shortr way ?
Many thanks in advance .
RealInfo
I am working on a FIR that is totally "mathematical" not RTL based meaning
that
it is a pure "sum of multiplicands" all values inside are REAL defined
signals multiplied and summed from input to output.
I try not to involve RTL as much as I can .
The problem is that the data into it comes as BIT_VECTOR from the AtoD and
again must go out as BIT_VECTOR
to feed the output DtoA .
My question is : how do I translate the input stream of bytes to REAL and
vice versa
the final REAL result to BIT_VECTOR ?
Do I have to scan each bit in the input and to add to some REAL signal or
VAR
and opposite action in the output, or a better and shortr way ?
Many thanks in advance .
RealInfo