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
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
baozhen li 2017 年 8 月 27 日
yes, it is a video format. The ts file extension is used for MPEG-TV compressed video files, recorded with DVD recorders, or DVB receivers with recording options. Video and audio data are stored in MPEG-2 multimedia file format defined in MPEG2 Part 1, Systems (ISO/IEC standard 13818-1). It is also known as ITU-T Rec. H.222.0.
Walter Roberson
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.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSignal Processing についてさらに検索

タグ

質問済み:

2017 年 8 月 24 日

編集済み:

2017 年 8 月 27 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!