06-13-2013 10:20 PM
HI, everyone
I am a little confused about the process of demodulation. From the packet link example, we have known that the receiver would chop the samples to many packets, and then demodulate each packet by MT Demodulate PSK.vi, and in the MT Demodulate PSK.vi, each packet would do many other things such as frequency offset estimate and remove . In my opinion, this process should just do only once estimation in a determined communication process, there is no need do an estimate process for each packet. So the time cost for demodulate a packet will decrease.
Solved! Go to Solution.
06-14-2013 08:17 AM
@HustLiliAn wrote:
In my opinion, this process should just do only once estimation in a determined communication process, there is no need do an estimate process for each packet. So the time cost for demodulate a packet will decrease.
Hello HustLiliAn,
That would work for slowly varying channels (controlled lab environments) and devices with high quality integrated circuits (expensive).
Take for example your are in a car using your cell phone (you will be the passenger of course). If the car is moving at a certain speed and then stops, your initial channel estimation is no longer valid -- most noteable frequency offset estimation. By estimating the channel characteristics on each packet, the receiver is more robust against interference.
06-14-2013 09:34 PM
Thanks for your reply!