Forum Discussion
4 Replies
- Rahul_S_Intel1
Frequent Contributor
Hi ,
May I know what help you needed
- JEL_W
New Contributor
Hi
I sent a sinusoidal signal through low frequency generator to ADC , but I didn't manage to get the same signal at the output of DAC,
I get an inversed signal, the question is how can I obtain the same signal, Did I miss something in the code ?
Thank you
- corestar
Contributor
Is your DAC exepcecting signed or straight binary. Same for the ADC. What you are seeing is almost right and very common when there is a signed unsigned conflict. For example, if your ADC is returning a signed number, but your DAC expects straight binary, but you fail to offset it, you will see something like what you show.
- IDeyn
Contributor
Hi JEL W,
It looks like you missed a sign, either in code or in DAC or ADC settings, where you probably need to choose two's complement instead of offset binary which is chosen by default.
--
Best regards,
Ivan