<azonenberg>
works in both time and frequency domain traces
<azonenberg>
HOWEVER there is currently an issue where the unit for specifying the search window is always in Hz even if the input trace is something else
<azonenberg>
so if you want to search for peaks at least 10ns away from other peaks in a time domain trace you have to type it as 10 nHz
<azonenberg>
need to think about the best way to deal with that
<azonenberg>
because right now i dont have a good way to change units of a parameter based on the inputs
<_whitenotifier-f>
[scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://git.io/JUEQs
<bvernoux>
azonenberg, ha nice you have done fixes ;)
<_whitenotifier-f>
[scopehal] bvernoux opened issue #256: Issue to build the actual code with MSYS2 / MINGW64 related to TouchstoneParser.cpp code - https://git.io/JUEFA
<bvernoux>
I think we are not far to have something which build with MSYS2/MINGW64
bvernoux1 has joined #scopehal
bvernoux1 has quit [Client Quit]
bvernoux has quit [Ping timeout: 260 seconds]
juli965 has joined #scopehal
<azonenberg>
I gotta run, but working on #209 and #240 when i get back (started already)
<azonenberg>
plan is to split TouchstoneParser out into two classes, SParameters for the actual params and TouchstoneParser only for the SxP file parsing
<azonenberg>
then fix the build error which i suspect is just a missing #include <math.h>