Main Content

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

MATLAB アルゴリズムでの SystemC アプリケーション

信号処理、イメージ処理、および通信での SystemC™ コード生成のための MATLAB® アルゴリズム

信号処理、通信、イメージ処理、暗号化などの分野のアプリケーションで、ハードウェアに最適化された MATLAB アルゴリズムから SystemC コードを生成します。こうしたアプリケーション固有のアルゴリズムはハードウェアとの親和性があり、SystemC コード生成に関するベスト プラクティスを示しています。

トピック

信号処理アルゴリズム

通信アルゴリズム

  • High-Level Synthesis Code Generation for Data Packetization
    This example shows how to generate High-Level Synthesis (HLS) code from a MATLAB® design that packetizes a transmit sequence.
  • High-Level Synthesis Code Generation for DF2T Filter
    You can generate High-Level Synthesis (HLS) code from MATLAB® design for direct-form II transposed filter.
  • High-Level Synthesis Code Generation for Transmit and Receive FIFO Registers
    This example shows how to generate High-Level Synthesis (HLS) code from MATLAB® code that models the data transfer between a transmit and receive first-in, first-out (FIFO) register or buffer. This example contains two functions that represent a receive FIFO buffer and a transmit FIFO buffer, and a test bench mlhdlc_fifo_tb that simulates the data transfer that occurs between the two buffers. Each function is hardware-ready and exhibits good practices and guidelines to follow when writing MATLAB functions to generate efficient HLS code. For more information on guidelines to follow, see 効率的な HDL コードおよび SystemC コードを生成するための MATLAB コードの記述に関するガイドライン.

イメージ処理アルゴリズム

暗号化アルゴリズム