MCPcopy Create free account
hub / github.com/audacity/audacity / NBins

Method NBins

libraries/lib-wave-track-settings/SpectrogramSettings.cpp:742–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742size_t SpectrogramSettings::NBins() const
743{
744 // Omit the Nyquist frequency bin
745 return GetFFTLength() / 2;
746}
747
748NumberScale SpectrogramSettings::GetScale( float minFreqIn, float maxFreqIn ) const
749{

Callers 6

DrawClipSpectrumFunction · 0.80
CalculateOneSpectrumMethod · 0.80
GrowMethod · 0.80
PopulateMethod · 0.80
GetSpectrogramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected