소스 검색

Add link to FFT log band scaling conversation & scripts

dds
PaulStoffregen 9 년 전
부모
커밋
a17093d3f8
3개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기


+ 0
- 0
control_cs4272.h 파일 보기


+ 2
- 0
examples/Analysis/SpectrumAnalyzerBasic/SpectrumAnalyzerBasic.ino 파일 보기

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

Loading…
취소
저장