Tool/software: Code Composer Studio
Hello Expert,
I'm working on my own custom CC1310 PCB board which has one CC1310 working as transmitter and one as receiver. I build my receiver firmware based on your IQ sample patch example and my transmitter is working based on the continuous Tx example.
1. Could you please tell me that if there is a way to check ot tone my receiver gain during recording I/Q samples?
2. I recorded some I/Q samples and do FFT for my I/Q recording. I found that my I/Q sample frequency is not stable which drifts. My symbol rate is set as the following:
.modulation.deviation = 0x4,
.symbolRate.preScale = 0xF,
.symbolRate.rateWord = 0x106, //0x106 -- 400
.rxBw = 0x20,
Could you also please tell me why the I/Q sample rate is different for each recording? How could I fix my I/Q signal frequency?
E.g: Recorded I sample:
Thanks,
Jianlin