Streaming from an Analog input #493
-
Hi, I am using streaming from analog to stream heart sound signal. my analog voltage is around 1.65v and the max value is 3.3v.
I have just this in the terminal and it seems the code does not work properly.
thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The easiest is just to send the output to a CSVStream and then you can do your calculations:
|
Beta Was this translation helpful? Give feedback.
-
thank you, It helped a lot. now I came up with a new issue. I used a sin input and tested streaming. but after about 50s there is no streaming anymore. Do you mind what would be the problem?
|
Beta Was this translation helpful? Give feedback.
-
Code:
|
Beta Was this translation helpful? Give feedback.
The easiest is just to send the output to a CSVStream and then you can do your calculations: