Just barely looking into Franks memory board, I would have to ask again, is it worth just upgrading to Teensy 3.6 with the audio adapter to handle the DSP I want it to?
Frank, I tried changing the...
Type: Posts; User: steven32bits
Just barely looking into Franks memory board, I would have to ask again, is it worth just upgrading to Teensy 3.6 with the audio adapter to handle the DSP I want it to?
Frank, I tried changing the...
I am working on a project to measure the acoustics of a room by playing a test tone through a speaker and analyzing FFT from the input of a mic. I want to generate correction filters using the biquad...
Thank you I had seen it before but I had forgotten where it was and I couldn't find it again. These are the nasty details I was looking for.
Thank you
I would like to know if there is documentation on the transfer functions used specifically for the band-pass and band-stop (notch) filters?
I am assuming when you say mix in a mic with a file playing on the SD card do you simply mean gain levels. In which case it is certainly possible. There are several example codes that individually...
Is there documentation on the transfer function for the bandpass and notch/band stop filters?
I will try it tomorrow! Thanks for the tip, I will update you.
Hi Ben,
I decided to run each filter into another mixer and use the gain functions of the mixer. This is certainly not easy with a simple gain input of 1 to 1dB. I am curious is there...
Is there a structure as to how to add gain 1dB at a time. So far it has been a guessing game for me. Any positive gain I add cannot exceed a value of 2 even though the documentation states that any...
That is fantastic news! What does that mean for the SD card on the shield? Now there will be two SD slots total...
Thank you Frank! This is exactly what I needed. I have successfully merged the example code ''spectrumAnalyzerBasic'' with Pete's fix to the ''tonesweep'' example code.
On a separate note, I just...
Is it possible to add gain to the band pass or notch filters?
Is it possible to display all 512 sampled bins? I would just need to display it one time. Or is this part of the limitations you are speaking of?
I got it to work. I just had to create my own loop in order to have them both function. I like being able to use the tonesweep because it allows for user interaction to change variables as opposed to...
Yes Paul, most of this critical information (at least within pages 24-31) isn't new information as some of it is described in the audio tool. If I am doing my math correctly with FFT 1024 it is...
Where can I find these docs on the following example codes:
FFT
Part_3_02_Fourier_Transform
do_more_while_playing
tonesweep (Paul's fix if possible)
I am going to cover a spectrum of 10Hz to 22050Hz and a time interval of 30 seconds for the sweep. I think Paul is right about CPU usage. Would this method support the data I am trying to collect? If...
Hello World!
I am trying to design a device that will measure the acoustics of a room. The concept behind it involves playing test tones such as pink noise and a logarithmic frequency sweep while...
Hey Pete it turned out to be a newbie mistake. I never opened the serial before, so as soon as I do now it plays over and over and everything is adjustable exactly how I want it. How ever my purpose...
I used Pete's tonesweep code as is, no modifications. On my hardware it didn't work. The only reason I mentioned the control lines is because when merging the fft1024 example code with ''do more...
Pete,
I don't understand. I have the audio shield example breadboard sent by PJRC and I have tried several example tonesweeps and none of them play any noise. Other example codes play audio for...
Yes I have tried a different SD. I pretty much only use SanDisk for SD and thumb drives. Teenfor3, the problem is still the SD however the suggested audio example was supposed to read the SD and...
It didn't work. I tried the wav file player and the blink while playing examples and both didn't play any audio. This is on a new micro SD with the same SDtest 1-4 files and the ones I want to use...
Frank B I tried your suggested code but I'm still getting the same error:
Initializing SD card......Initialization failed. Things to check:
is a card inserted?
is your wiring correct?
did you...
These answers are good but they aren't solving the original problem. I cannot communicate with the micro SD inserted into the audio shield which is placed on top of the teensy 3.2, just as shown in...
Paul, for a small business you are very on top of things and I thank you for such a timely response. But with the shield parallel with the Teensy 3.2 isn't that arbitrary. Should I not stack the...
I am trying to play an audio file from a micro SD card while simultaneously record an audio signal to pin 14 a(0). I am having trouble communicating with the SD card. The board is selected on Teensy...