Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

ターゲット ハードウェア上での実行

Raspberry Pi® や BeagleBone® Black ボードなどのターゲット ハードウェアでモデルを実行する

RTL-SDR モデルを設計した後、ターゲット ハードウェア上で検証およびテストするための実行可能ファイルを生成できます。このファイルはエクスターナル モードで実行することも、外部ハードウェア上でスタンドアロン アプリケーションとして実行することもできます。

RTL-SDR ハードウェアおよびターゲット ハードウェアを使用して SDR モデルを正常に実行するには、次のソフトウェアがインストールされていなければなりません。

  • Communications Toolbox™ Support Package for RTL-SDR Radio (すべてのターゲット ハードウェア用)

  • Simulink® Support Package for Raspberry Pi Hardware (Raspberry Pi ハードウェア用)

  • Embedded Coder® Support Package for BeagleBone Black Hardware (BeagleBone Black ハードウェア用)

ハードウェア要件および追加のソフトウェア要件については、各サポート パッケージのドキュメンテーションを参照してください。

メモ

この機能は Simulink でのみサポートされます。

トピック

  • Signal Monitoring and Parameter Tuning

    Use Simulink Monitor Signals & Tune Parameters feature (also called External Mode) to connect your Simulink block diagram to your application that runs the model on the target hardware. The block diagram becomes a user interface to the real-time application. By changing parameters in the Simulink blocks, you also change parameters in the real-time application.

  • Run Model as Standalone Application

    You can prepare, configure, and run a model on your target hardware. If you want to be able to tune parameters and observe application output, then see Signal Monitoring and Parameter Tuning.

関連情報