Question about DVB-S2
显示 更早的评论
I wanto to make a DVB-S2 signal generator. Is is possible use matlab to transfer one TS file to DVB-S2 format file and send it to verctor signal generator like R&S SMBV100A to play it.
3 个评论
Walter Roberson
2017-8-24
In this question, is a ts file one of the files used for DVDs, or is it something else?
baozhen li
2017-8-27
Walter Roberson
2017-8-27
编辑:Walter Roberson
2017-8-27
Try using
VideoReader.getFileFormats()
and see if .ts is listed for you. It is listed on my system, but the documentation hints that might not be the case for everyone. If it is listed the VideoReader will read the file.
Creation of DVD-S.2 is shown in https://www.mathworks.com/help/comm/examples/dvb-s-2-link-including-ldpc-coding.html
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!