Is it possible to convert an ECG/EEG signal to numerical data form?
조회 수: 6 (최근 30일)
이전 댓글 표시
I have to encrypt some data. Which includes patient details, pressure , temperature etc and also ECG/EEG signal. I am using RSA method for the encryption. I have the code to send all data as message (patient details & other numerical entries). But how can I encrypt ECG signal. Is there any method to convert signal to numerical data, so that I can encrypt with the same method.
Suggestions please
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 11월 26일
If you have pure numeric data then typecast uint8 and encrypt that .
If you have a struct then you can break it into pieces and do those . Or you can look in the File Exchange for the "fast serialization" contribution .
댓글 수: 8
참고 항목
카테고리
Help Center 및 File Exchange에서 Nonlinear Operators에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!