Bladeren bron

Add link to FFT log band scaling conversation & scripts

dds
PaulStoffregen 8 jaren geleden
bovenliggende
commit
a17093d3f8
3 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. +0
    -0
      control_cs4272.cpp
  2. +0
    -0
      control_cs4272.h
  3. +2
    -0
      examples/Analysis/SpectrumAnalyzerBasic/SpectrumAnalyzerBasic.ino

+ 0
- 0
control_cs4272.cpp Bestand weergeven


+ 0
- 0
control_cs4272.h Bestand weergeven


+ 2
- 0
examples/Analysis/SpectrumAnalyzerBasic/SpectrumAnalyzerBasic.ino Bestand weergeven

@@ -102,6 +102,8 @@ void loop() {
level[13] = fft1024.read(185, 257);
level[14] = fft1024.read(258, 359);
level[15] = fft1024.read(360, 511);
// See this conversation to change this to more or less than 16 log-scaled bands?
// https://forum.pjrc.com/threads/32677-Is-there-a-logarithmic-function-for-FFT-bin-selection-for-any-given-of-bands

// if you have the volume pot soldered to your audio shield
// uncomment this line to make it adjust the full scale signal

Laden…
Annuleren
Opslaan