mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-16 11:11:17 +00:00
specan: cleared up terminology, accounted for decimation.
Channel spectrum decimation now accounted for when computing filter frequencies. Renamed a bunch of variables relating to channel spectrum bandwidth and filter frequencies.
This commit is contained in:
@@ -185,7 +185,7 @@ public:
|
||||
struct ChannelSpectrum {
|
||||
std::array<uint8_t, 256>* db { nullptr };
|
||||
size_t db_count { 256 };
|
||||
uint32_t bandwidth { 0 };
|
||||
uint32_t sampling_rate { 0 };
|
||||
};
|
||||
|
||||
class ChannelSpectrumMessage : public Message {
|
||||
|
Reference in New Issue
Block a user