7 lines
406 B
Plaintext
7 lines
406 B
Plaintext
|
** Implementation of pulse count system **
|
||
|
* Using pressure sensor acquire the signal
|
||
|
* Then process it through an amplifier and filter stage using discrete components on breadboard
|
||
|
* Then pass this analog signal to the tiva board through a DAC
|
||
|
* ECG signal has specific amplitude, using this we can get the no. of times the signal has crossed a certain
|
||
|
threshold value
|
||
|
* then display the count on screen
|