2022-01-07 10:41:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<projectDescription>
|
Ishmael sort out and improve inverse FFT's (#159)
* Ishmael Tethys output
Added necessaries for Tethys output from Ishmael detectors. Also found a pretty major bug in the spectrogram correlation detector, where for each block of data it was only testing the first sample of each block, not all samples, for being over threshold.
* Speed and algorithm improvements to Ish matched filter
Seems to be errors in correlation, didn't support multiple channels and
also used very old and slow FFT, so working to fix all three issues.
* Updated matched filter
Updated and working Matched filter, though still some thinking to do about how the scaling of this works, since currently scaled by the template, so whole thing is dependent on the input. Need to think of a better way to do this.
* Update match filt normalisation
Normalisation now correctly using both the template and the signal for normalisation so that it will be data amplitude independent.
* invFFT improvements
Use faster inverse FFT of real data in correlation / delay functions.
* Improve ifft's in other modules to improve TDOA speeds
* Sorting mess of spec plugin graphics
Have got the Ishmael ones scrolling, but when scrolling, there is an offset in the data due to the lag of the correlation functions. Quite hard to fix with available timing data
* Improve ish spectrogram plugin
Sorted scaling and scrollling problems.
2024-09-15 11:12:35 +00:00
|
|
|
<name>PAMGuard_DG</name>
|
2022-01-07 10:41:38 +00:00
|
|
|
<comment></comment>
|
|
|
|
<projects>
|
|
|
|
</projects>
|
|
|
|
<buildSpec>
|
|
|
|
<buildCommand>
|
|
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
|
|
<arguments>
|
|
|
|
</arguments>
|
|
|
|
</buildCommand>
|
|
|
|
<buildCommand>
|
2024-06-24 12:28:02 +00:00
|
|
|
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
|
|
|
<triggers>full,incremental,</triggers>
|
2022-01-07 10:41:38 +00:00
|
|
|
<arguments>
|
2024-06-24 12:28:02 +00:00
|
|
|
<dictionary>
|
|
|
|
<key>LaunchConfigHandle</key>
|
|
|
|
<value><project>/.externalToolBuilders/net.sourceforge.metrics.builder.launch</value>
|
|
|
|
</dictionary>
|
2022-01-07 10:41:38 +00:00
|
|
|
</arguments>
|
|
|
|
</buildCommand>
|
|
|
|
<buildCommand>
|
|
|
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
|
|
<arguments>
|
|
|
|
</arguments>
|
|
|
|
</buildCommand>
|
|
|
|
</buildSpec>
|
|
|
|
<natures>
|
|
|
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
|
|
<nature>net.sourceforge.metrics.nature</nature>
|
|
|
|
</natures>
|
|
|
|
</projectDescription>
|