From 316a4b07d1ba49be3c52043f7e59e4f0c7d89152 Mon Sep 17 00:00:00 2001 From: Luciano Righetti Date: Wed, 12 Jul 2023 15:33:23 +0200 Subject: [PATCH] new: add fft and waterfall attributes --- objects/sigmf-expanded-recording/definition.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/objects/sigmf-expanded-recording/definition.json b/objects/sigmf-expanded-recording/definition.json index ae50d7c..d852864 100644 --- a/objects/sigmf-expanded-recording/definition.json +++ b/objects/sigmf-expanded-recording/definition.json @@ -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)",