psambit9791 / jdsp

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

Using bandpass and bandstop filters for time series data #52

Closed salman2135 closed 1 year ago

salman2135 commented 1 year ago

Hi dear JDSP author, I have been using using JDSP library for filtering time series data from sensor. Currently I am filtering 33 samples from a sensor in one double array and get perfect results. I am using same filter instance to filter similar sensor data from 3 other sensors. However, when i receive new data samples the results are incorrect after using filters. What would be the ideal way to apply same filter to multiple sample from multiple sensors? Thanks in advance for your suggestion. Here is my current implementation.

Salman

psambit9791 commented 1 year ago

Hi Salman,

Can you please share the input test data and expected result files for me to test?

S

psambit9791 commented 1 year ago

Closing because of lack of activity.