parent
f203626194
commit
71e6a471ad
|
@ -48,7 +48,7 @@ outputs:
|
||||||
optional: 0
|
optional: 0
|
||||||
|
|
||||||
documentation: |-
|
documentation: |-
|
||||||
The decoder block accepts two boolean debugging flags defining which messages are displayed in the console when messages are received, and a threshold parameter. This threshold defines a value below which the incoming message is detected. Ideally the correlation would reach 0.0 for an ideal match. A default threshold value of 2.0 is selected.
|
The decoder block accepts two boolean debugging flags defining which messages are displayed in the console when messages are received, and a threshold parameter. The threshold defines a value below which the incoming message is detected. It is based on the Euclidean distance (L^2 norm) between the received symbol stream and protocol-defined syncronization patterns. Ideally, the distance would reach 0.0 for an ideal match. A default threshold value of 2.0 is selected.
|
||||||
|
|
||||||
# 'file_format' specifies the version of the GRC yml format used in the file
|
# 'file_format' specifies the version of the GRC yml format used in the file
|
||||||
# and should usually not be changed.
|
# and should usually not be changed.
|
||||||
|
|
Loading…
Reference in New Issue