I guess I'll have to dig into the language more than I thought. Since that will take time, and you've given me a good approach, you can consider this solved.
Search found 2 matches
- Sun Apr 07, 2013 8:11 am
- Forum: Nyquist
- Topic: snd-fft as a list?
- Replies: 3
- Views: 1528
Re: snd-fft as a list?
Uh... wow. Complicated indeed.
I guess I'll have to dig into the language more than I thought. Since that will take time, and you've given me a good approach, you can consider this solved.
I guess I'll have to dig into the language more than I thought. Since that will take time, and you've given me a good approach, you can consider this solved.
- Fri Apr 05, 2013 1:44 am
- Forum: Nyquist
- Topic: snd-fft as a list?
- Replies: 3
- Views: 1528
snd-fft as a list?
Hello everyone. I'm trying to do something like this: for each 8 samples find the frequency component with the highest amplitude to the nearest 256 Hz apply a highpass filter to those samples centered on the bottom of that frequency range end for The code I've come up with is: (defun peakof (x) (* 2...