Ver código fonte

Add link to FFT log band scaling conversation & scripts

dds
PaulStoffregen 8 anos atrás
pai
commit
a17093d3f8
3 arquivos alterados com 2 adições e 0 exclusões
  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 Ver arquivo


+ 0
- 0
control_cs4272.h Ver arquivo


+ 2
- 0
examples/Analysis/SpectrumAnalyzerBasic/SpectrumAnalyzerBasic.ino Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar