sigmf / sigmf-python

Easily interact with Signal Metadata Format (SigMF) recordings.
https://sigmf.org
GNU Lesser General Public License v3.0
42 stars 16 forks source link

Can Bandwidth SCS etc be used in Sigmf-meta for sigmf-python #16

Closed amulamoottil closed 1 year ago

amulamoottil commented 1 year ago

Hi there, Can Bandwidth SCS etc be used in Sigmf-meta

Teque5 commented 1 year ago

I believe you are asking if metadata like subcarrier spacing bandwidth is supported with sigmf. The answer is not in the main specification, but it's easy (and allowed) to add custom metadata to a SigMF object. This can be done willy-nilly with a key like amulamoottil:subcarrier_spacing or more formally with a SigMF extension. Visit the specification to learn more about that.