フィルターのクリア

Is it possible to use a Raspberry Pi cluster to run the MATLAB web app server?

5 ビュー (過去 30 日間)
Augustus Richter
Augustus Richter 2022 年 4 月 26 日
回答済み: Vinayak 2024 年 1 月 10 日
I need a way to test a web app I am looking to develop which would show a real-time spectrum display of the signal being received by a SDR. I am thinking of connecting the SDR (uses a Zynq Zedboard) to a LAN switch. The Raspberry Pi cluster would also connect to the switch and run the development version of the MATLAB web app server and host the web app I create. The SDR would send the sampled data to the web app which would then perform the continguous FFTs needed for the real-time display. Is this setup possible? Would Raspbian work as the OS, or would I need a different variant of Linux? Any information or guidance would help.

回答 (1 件)

Vinayak
Vinayak 2024 年 1 月 10 日
Hi Augustus,
I understand you wish to host a MATLAB Web App Server on a Raspberry Pi cluster. Hosting a MATLAB Web App Server directly on a Raspberry Pi comes with certain limitations. It does not support a few functions and file operations are quite constrained. Depending on what your project requires, these limitations may or may not be significant. However, if the limitations are significant, there are alternatives to integrate MATLAB with Raspberry Pi.
One option is to use MATLAB Online or a desktop version of MATLAB for interactive communication with your Raspberry Pi. This setup would allow you to collect data from your SDR and then analyse and process it within MATLAB's environment.
Alternatively, you might consider using MATLAB Coder to convert your MATLAB code into standalone executables or libraries that can be executed on the Raspberry Pi's ARM architecture. This approach allows you to run your MATLAB algorithms directly on the Raspberry Pi hardware.
To understand more about using Raspberry Pi with MATLAB you may review the following documentations:
Hope this helps!

カテゴリ

Help Center および File ExchangeMATLAB Support Package for Raspberry Pi Hardware についてさらに検索

製品


リリース

R13SP1

Community Treasure Hunt

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

Start Hunting!

Translated by