{

“threshold_power”: “50.725530686401925”, “now”: “2025-04-06 15:42:10.602488”, “frequencies”: “[104.9]”

}

{

“threshold_power”: “59.2375742505707”, “now”: “2025-04-06 15:42:10.604455”, “frequencies”: “[105.0]”

}

{

“power”: “58.05980129674052”, “center_frequency”: “105300000”, “now”: “2025-04-06 15:42:10.604455”, “samples”: “[[-0.2784313725490196, -0.05882352941176472],

[0.0117647058823529, -0.04313725490196085], [0.027450980392156765, -0.050980392156862786], [0.04313725490196085, 0.07450980392156858], … … … ]

}

class rfnode.model.model.HighPowerFrequency(threshold_power: float, frequencies: list[float])

Bases: object

to_json(clazz=type[json.encoder.JSONEncoder]) str

Responsible for serializing the instance’s attributes into a JSON string.

class rfnode.model.model.HighPowerSample(power: float, center_frequency: int, samples: ndarray)

Bases: object

get_frequency() float
get_power() float
to_json(clazz=type[rfnode.common.util.NumpyComplexEncoder]) str

Responsible for serializing the instance’s attributes into a JSON string.