このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
信号のインポートとエクスポート
外部信号との相互接続
DSP System Toolbox™ のファイル リーダーとファイル ライターの System object とブロックを使用して、オーディオ ファイル、バイナリ ファイル、MAT ファイルからデータの読み取りと書き込みを行うことができます。dsp.SignalSource
オブジェクト、および Signal From Workspace、 To Workspace (Simulink) などのブロックは、MATLAB® ワークスペースからの信号のインポートとエクスポートを可能にします。UDP 送受信用のオブジェクトとブロックは、UDP ネットワークを経由したデータ パケットの送信を可能にします。オーディオ デバイス ライター オブジェクトおよびブロックを使用して、デバイスのサウンド カードでオーディオを再生することができます。
オブジェクト
ブロック
トピック
バイナリ ファイル
- Write and Read Binary Files
Usedsp.BinaryFileReader
anddsp.BinaryFileWriter
to read and write data to binary files. - Write and Read Matrix Data
Usedsp.BinaryFileReader
anddsp.BinaryFileWriter
to read and write matrix data to binary files. - Write and Read Fixed-Point Data
Write and read fixed-point data. - Write and Read Character Data
Write and read character data. - Write and Read Binary Files in Simulink
Write data to a binary file and read the same data in Simulink®. - Write and Read Matrix Data from Binary Files in Simulink
Write matrix data to a binary file. Read the data as a real matrix and a complex matrix. - Write and Read Fixed-Point Data from Binary Files in Simulink
Write and read fixed-point data from a binary file. - Write and Read Character Data from Binary Files in Simulink
Write and read character data from a binary file.
ワークスペース
- Import and Export Signals for Sample-Based Processing
Import signals from the MATLAB workspace into your DSP model and export signals from your signal processing model to the MATLAB workspace. The signals are configured for sample-based processing. - Import and Export Signals for Frame-Based Processing
Import signals from the MATLAB workspace into your signal processing model and export signals from your signal processing model to the MATLAB workspace. The signals are created for frame-based processing.
UDP
- Byte Transmission Using UDP
Use thedsp.UDPSender
anddsp.UDPReceiver
objects to send and receive UDP packets over the network. - UDP ネットワーク経由での複素数データの送信
複素数 STFT データを UDP ネットワーク経由で送信します。 - Data Transmission Using UDP in Simulink
Transmit and receive a sine wave signal over UDP network.