bensherlock / nm3-python-simulator

Python Simulator Framework using the NM3 Modems
1 stars 0 forks source link

Improvement: Visualisation of Spectrogram on Hydrophone #4

Open bensherlock opened 1 year ago

bensherlock commented 1 year ago

Visualise a spectrogram as for a virtual hydrophone in the water.

bensherlock commented 1 year ago

This can be implemented as per Modem with connection to network socket and receiving AcousticPackets as scheduled by the Controller. AcousticPacket now includes SPL as seen at the node position along with frequency band information. However, this wouldn't allow Hydrophone visualisations in Playback mode, only in Live mode.