フィルターのクリア

How can I import the CNN results from MATLAB to GNU Radio or OpenVINO

11 ビュー (過去 30 日間)
WEIJIE TANG
WEIJIE TANG 2021 年 3 月 13 日
回答済み: Ethem 2021 年 7 月 23 日
Good evening everyone, I have already the result of modulation classification in MATLAB by using a convolutional neural networks(CNN).
https://www.mathworks.com/help/releases/R2020b/comm/ug/modulation-classification-with-deep-learning.html?s_tid=doc_srchtitle
How can I import it to GNU Radio or OpenVINO?
  1 件のコメント
Ethem
Ethem 2021 年 7 月 23 日
Why do you want to import the CNN to GNU Radio?

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

回答 (2 件)

Asvin Kumar
Asvin Kumar 2021 年 3 月 15 日
編集済み: Asvin Kumar 2021 年 3 月 15 日
As mentioned on this doc page on Import and Export of Networks, you can export networks from MATLAB to the ONNX format using the exportonnxnetwork function.
You would have to check the docs of GNU Radio or OpenVINO to understand how to import networks to their platforms.

Ethem
Ethem 2021 年 7 月 23 日
If you are trying to connect the network to an SDR (such as USRP or PlutoSDR), you can do this within MATLAB using any of these supported SDR platforms.

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by