mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 13:44:26 -04:00
Consolidate anti_alias BW selection into function (#1217)
This commit is contained in:
parent
2390d79111
commit
99809c7919
6 changed files with 39 additions and 92 deletions
|
@ -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__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue