new: add fft and waterfall attributes

pull/398/head
Luciano Righetti 2023-07-12 15:33:23 +02:00
parent ba6bad723b
commit 316a4b07d1
1 changed files with 14 additions and 0 deletions

View File

@ -36,6 +36,13 @@
"misp-attribute": "text",
"ui-priority": 0
},
"fft-plot": {
"description": "FFT plot of the signal",
"disable_correlation": true,
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 0
},
"geolocation_alt": {
"description": "The location of the Recording system (altitude).",
"disable_correlation": true,
@ -126,6 +133,13 @@
"disable_correlation": true,
"misp-attribute": "text",
"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)",