HW/SW Codesign QPSK Transmitter and and Receiver Example runing problems
3 views (last 30 days)
Show older comments
HW/SW Codesign QPSK Transmitter and and Receiver Example runing problems
Im using matlab 2017b I have finish the hw sw co dedign demo successfully However, i find that this demo require transmitter keep working during the entire experiment, that is, continuous transmitting. if i stop the transmitter (for example,disable the adi rf som transmitter block for a period of time),the RECIEVER will NOT accept any data even after tx start working again, how can i deal with this problem ps hardware is picozed sdr vivado is 2016.4
0 Comments
Accepted Answer
Neil MacEwen
on 9 May 2019
Hi Yang,
This example has been designed as a streaming system, and the receiver has not been designed to cope with interruptions to the data stream. I'm afraid if you would like to make this suitable for a bursty system, you will need to investigate changes to the receiver yourself.
Regards,
Neil
3 Comments
Neil MacEwen
on 13 May 2019
Hi Yang,
I'm afraid the example is the same in R2018b and R2019a. To modify this to a burst-capable example you will need to investigate the changes yourself.
We'll note your requirement and think about future changes.
Kind regards,
Neil
More Answers (1)
Neil MacEwen
on 2 Sep 2019
Hi Yang,
The ADS-B model has been designed to work with bursty signals. The QPSK model has been designed to work with streaming signals. To modify this to a burst-capable example you will need to investigate the changes yourself.
Thanks,
Neil
0 Comments
See Also
Categories
Find more on QPSK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!