Forums › SM Series Discussions › Can once PC control two SM200Cs streaming IQ at the same time using MatLab?
- This topic has 1 reply, 2 voices, and was last updated 5 days, 15 hours ago by
Andrew.
- AuthorPosts
nowhere-manParticipantCan one PC control two SM200Cs streaming IQ at the same time using MatLab?
AndrewModeratorYes, our SM API will support interfacing 2 SM200Cs simultaneously. I would recommend using the API and C++ for initial testing and proof of concept work. MATLAB adds significant overhead for streaming I/Q especially at high data rates. Our MATLAB examples only interface 1 device so it will need to be extended to support multiple devices. Starting with C++ will also help you understand how you will need to extend the MATLAB examples.
We would also generally recommend Linux over Windows if you are going to run multiple devices at the highest sample rate (200MS/s).
- AuthorPosts
You must be logged in to reply to this topic.