Question about DVB-S2
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 24 Aug. 2017
In this question, is a ts file one of the files used for DVDs, or is it something else?
baozhen li
am 27 Aug. 2017
Walter Roberson
am 27 Aug. 2017
Bearbeitet: Walter Roberson
am 27 Aug. 2017
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
Antworten (0)
Kategorien
Mehr zu Signal Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!