From: Richard Sappia on
Hi! This is my first post as well as my first steps with this powerful tool.
I would really appreciate if I can get any kind of guidance!
I guess this should be not difficult... but I don't know how to start!
I need to simulate an ECG signal and sample it 500 times. After this, I need to pass this samples through some digital filters in order to get the BPMs. I have already solved the filtering part and I just wanted to simulate it before programing a uc with this code. All in all... I need to get a vector with 500 samples from an ECG signal.

Any kind of help will be wellcome!!!

Thanks in advance!
From: dpb on
Richard Sappia wrote:
....
> I need to simulate an ECG signal and sample it 500 times. After this,
> I need to pass this samples through some digital filters in order to
> get the BPMs. I have already solved the filtering part and I just
> wanted to simulate it before programing a uc with this code. All in
> all... I need to get a vector with 500 samples from an ECG signal.
....

You either need a model to generate a sampled waveform or some way to
record actual data and save it for reading into ML.

I would assume given the amount of data and research on ECGs there
should be a veritable plethora of data available...

--