Looking glass beep (#2036)

* first draft of looking beep
* fixed beep squelch range in percent
* took out steps 
* gui adjustements
* uniformize calculation and beep squelch in db
* uniformisation, fix 24/48 error
This commit is contained in:
gullradriel
2024-03-24 22:32:13 +01:00
committed by GitHub
parent 6177b08632
commit c078bac0e7
6 changed files with 121 additions and 12 deletions

View File

@@ -43,6 +43,9 @@ class WidebandSpectrum : public BasebandProcessor {
bool configured = false;
size_t baseband_fs = 20000000;
void on_beep_message(const AudioBeepMessage& message);
void on_signal_message(const RequestSignalMessage& message);
SpectrumCollector channel_spectrum{};
std::array<complex16_t, 256> spectrum{};