Megha-
> This is in continuation to my previous mail. I also tried with a breakpoint at my
> next statement after fltoq15. If I run that. It stops in between and gives the
> ...
Hi
I am working on a code to convert float to Q15. I am working with just 4 samples. I have stored the 4 coefficients in coeff[4]. the converted value is going to get stored in...
Hi
I am new to group and to 54x. Please guide.
1. The difference of 542 and 5420, if any.
2. How can I work with code explorer and winxp, it works only with 98.
3. Is there a...
Hi
I am designing a filter and using dsplib.h. I am getting the following warning:
creating output section .coeffs without SECTIONS specification
The code is getting loaded, ...
Megha-
> I tested with the highest speed possible (156MHz) with a multiplier of
> 13.
> Yes there was increase in the counts of rx
> It was as follows:
> 25
> 0
> 3...
Megha-
> Results with no printf were:
> rx_wait was:
> 8
> 0
> 19
> 0
> 19
> 0
> 19
> 0
> and tx_wait were all 0.
Ok, these counts are really short, but ...
Dear Jeff
I did following things:
First: Working
long rx_wait = 0;
long tx_wait = 0;
while (!PEP5416_AIC23_read16(hCodec, &bufferrcv[i])) rx_wait++;
while (!PEP5416_AIC23_w...
Megha-
> Secondly when I calculated the rx_wait and tx_wait without FilterBufferBySamples I
> got a range of values (0-50) for rx_wait and 0 for tx_wait. For rx_wait it was
> ...
Megha-
Suggestions:
1) Comment out Preemphasis() for now, during debug.
2) Does FilterBufferBySamples() expect floating-point arguments? If so, you are
passing pointer t...