relinc / SurePulseDataProcessor

Part of the Sure-Pulse software package. This software processes material property data like stress and strain.
GNU General Public License v3.0
2 stars 1 forks source link

Arrows on filter adjustment #19

Closed bhalonen closed 6 years ago

bhalonen commented 6 years ago

Arrows to adjust filter size. image

markhalonen commented 6 years ago

It seems we should be able to calculate a rational step size for the arrows here that depends on the total time length of the data. So if the data is 2 seconds long, the step size should be ??

bhalonen commented 6 years ago

Could do it based on max frequency (2Hz for this case) to Nyquist (twice the sampling rate) and make 100 gradations between them, round to a number ending in a zero.

bhalonen commented 6 years ago

If there is a really high sampling rate, that should matter as well.

bhalonen commented 6 years ago

Actually- Luke requested that it works like Pico. If that is at all possible.

markhalonen commented 6 years ago

I was able to get pico up and running with some sample data. Looks like they go something like 1,2,3,4,5,6,7,8,9, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 200, 300, 400, 500, 600, 700, 800, 900KHz And then the same pattern with MHz

Should be able to clone

bhalonen commented 6 years ago

Add the same arrows to the "Global filter" in analysis.

markhalonen commented 6 years ago

The PR's are spread across the different repos, SurePulseDataProcessor, SurePulseDataViewer, SPLibraries