usnistgov / SpectrumBrowser

ITL
12 stars 11 forks source link

Thresholds should be identified by Sys2Det and fMin-fMax #111

Closed MichaelCotton closed 9 years ago

MichaelCotton commented 9 years ago

b/c one Sys2Det can be in multiple bands.

ranganathanm commented 9 years ago

Please verify the following:

First at most only one threshold should apply for a given Data Message. A threshold is identified using the following algorithm -- DataMessage.getSys2Detect() == Threshold.getSys2Detect() and DataMessage.getFStart() <= Threshold.getFmin() and DataMessage.getFStop() >= Threshold.getFmax()

Please verify the above algorithm and assumptions.

MichaelCotton commented 9 years ago

Yes, these look correct.

ranganathanm commented 9 years ago

Fixed - please retest - you can use the test system on pwct3.antd.nist.gov

ranganathanm commented 9 years ago

This is fixed and implemented so I am closing this issue.