Consolidate anti_alias BW selection into function (#1217)

This commit is contained in:
Kyle Reed 2023-06-29 22:35:35 -07:00 committed by GitHub
parent 2390d79111
commit 99809c7919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 92 deletions

View file

@ -192,6 +192,10 @@ class WaterfallView : public View {
};
} /* namespace spectrum */
/* Calculates the best anti_alias_baseband_bandwidth_filter for the given sampling rate. */
uint32_t filter_bandwidth_for_sampling_rate(int32_t sampling_rate);
} /* namespace ui */
#endif /*__UI_SPECTRUM_H__*/