psambit9791 / jdsp

A Java Library for Digital Signal Processing
https://jdsp.dev
MIT License
240 stars 45 forks source link

Electrocardigram file not included in JAR for Maven distributions #4

Closed psambit9791 closed 3 years ago

psambit9791 commented 3 years ago

The ecg.txt file was not included in the JAR for Maven releases. This may lead to error when calling the "electrocardiogram()" function throwing a FileNotFoundException.

psambit9791 commented 3 years ago

Moved the ecg.txt file to resources folder and renamed to ecg.dat.

wenhuancui commented 10 months ago

It will be great if the sampling rate of the ecg data can be documented somewhere.