Skip to content
Snippets Groups Projects
Commit fedc49ea authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add event packet fields.

parent 9ba7d997
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,8 @@ Message ...@@ -99,6 +99,8 @@ Message
5) Planning topics Transient detection 5) Planning topics Transient detection
https://support.astron.nl/confluence/display/SBe/SDP+Transient+detection+planning+estimate
- Comparison with LOFAR1 [1, 5] - Comparison with LOFAR1 [1, 5]
. IIR filter with programmable coefficients to implement: . IIR filter with programmable coefficients to implement:
- HPF (> 30MHz), BPF - HPF (> 30MHz), BPF
...@@ -114,7 +116,16 @@ Message ...@@ -114,7 +116,16 @@ Message
. binning for LI, because 10000 triggers / flash, so only trigger strongest per bin (= time slot) . binning for LI, because 10000 triggers / flash, so only trigger strongest per bin (= time slot)
- Comparison cosmic ray and lightning [1, 2] - Comparison cosmic ray and lightning [1, 2]
. Check that LI binning is transparant to CR . Check that LI binning is transparant to CR
. Format of detection message . Format of detection message [5]
- The ID of the triggered channel.
- The time of the trigger with sample time accuracy. E.g. the sample number of the first
sample above the threshold.
- A value representing the width of the pulse. E.g. the number of samples between the first
sample and the last above the threshold. If the width is large (e.g. more than 255 samples)
only the fact that this is a wide pulse is needed.
- Desirable but not required is a value representing the height of the pulse. This could the
value of the largest sample, or the sum over all samples in the pulse, or whatever is easier
to implement.
- Requirements, MVP - Requirements, MVP
. number of signal inputs per FPGA (max 12 single pol) . number of signal inputs per FPGA (max 12 single pol)
. one polarization per antenne ? . one polarization per antenne ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment