필터 지우기
필터 지우기

How can I import live data from labchart into Matlab?

조회 수: 33 (최근 30일)
Ahmad Omar
Ahmad Omar 2024년 3월 20일
편집: Walter Roberson 2024년 3월 21일
I am working in a project where I will create a dataset from labchart recordings, I will export recorded data into .mat file and train my DL model, the problem is that after training my DL model, I need to test it using LIVE data from labchart, any ideas?
Also I need to know how to read live data from labchart into raspberry pi if possible, thanks

답변 (1개)

Jim Hokanson
Jim Hokanson 2024년 3월 21일
편집: Walter Roberson 2024년 3월 21일
The Labchart server code I wrote can do this but it relies on Windows drivers. The streaming bit is also a bit messy because to do streaming well really relies on writing code well for a specific use case -- harder to generalize (at least for me). To read it into a raspberry pi you would need to write a program on Windows to read it then to immediately pipe it over the network to a raspberry pi. There may be other approaches but via network seems easiest. This seems doable but would not be easy (unless you've done this before) AND would have a delay of probably 100+ ms (rough guess, this may be OK, depends on your use case).

카테고리

Help CenterFile Exchange에서 Raspberry Pi Hardware에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by