mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Oops
This commit is contained in:
parent
25cc2644a0
commit
d473cff5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ namespace demod
|
|||
ImGui::Button("Signal", {200 * ui_scale, 20 * ui_scale});
|
||||
ImGui::Text("Freq : ");
|
||||
ImGui::SameLine();
|
||||
ImGui::TextColored(IMCOLOR_SYNCING, "%.0f Hz", -(current_freq / (2.0f * M_PI)) * final_samplerate);
|
||||
ImGui::TextColored(IMCOLOR_SYNCING, "%.0f Hz", -((current_freq / final_sps) / (2.0f * M_PI)) * final_samplerate);
|
||||
snr_plot.draw(snr, peak_snr);
|
||||
|
||||
// Header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue