mirror of https://github.com/MISP/misp-objects
new: add fft and waterfall attributes
parent
ba6bad723b
commit
316a4b07d1
|
@ -36,6 +36,13 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"fft-plot": {
|
||||||
|
"description": "FFT plot of the signal",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"geolocation_alt": {
|
"geolocation_alt": {
|
||||||
"description": "The location of the Recording system (altitude).",
|
"description": "The location of the Recording system (altitude).",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -126,6 +133,13 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"waterfall-plot": {
|
||||||
|
"description": "Waterfall plot of the signal",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "An object representing a single IQ/RF sample in the Signal Metadata Format Specification (SigMF)",
|
"description": "An object representing a single IQ/RF sample in the Signal Metadata Format Specification (SigMF)",
|
||||||
|
|
Loading…
Reference in New Issue