Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: steven32bits

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,227

    Just barely looking into Franks memory board, I...

    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...
  2. Replies
    5
    Views
    2,227

    Room analysis for room correction

    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...
  3. Replies
    2
    Views
    1,727

    Thank you I had seen it before but I had...

    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
  4. Replies
    2
    Views
    1,727

    Biquad Filter Transfer Function

    I would like to know if there is documentation on the transfer functions used specifically for the band-pass and band-stop (notch) filters?
  5. I am assuming when you say mix in a mic with a...

    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...
  6. Replies
    4
    Views
    3,020

    Is there documentation on the transfer function...

    Is there documentation on the transfer function for the bandpass and notch/band stop filters?
  7. Replies
    2
    Views
    1,327

    I will try it tomorrow! Thanks for the tip, I...

    I will try it tomorrow! Thanks for the tip, I will update you.
  8. Replies
    4
    Views
    3,020

    Hi Ben, I decided to run each filter into...

    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...
  9. Replies
    2
    Views
    1,327

    Gain Structure of the Mixer

    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...
  10. Replies
    15
    Views
    4,552

    That is fantastic news! What does that mean for...

    That is fantastic news! What does that mean for the SD card on the shield? Now there will be two SD slots total...
  11. Replies
    15
    Views
    4,552

    Thank you Frank! This is exactly what I needed. I...

    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...
  12. Replies
    4
    Views
    3,020

    Is it possible to add gain to the band pass or...

    Is it possible to add gain to the band pass or notch filters?
  13. Replies
    15
    Views
    4,552

    Is it possible to display all 512 sampled bins? I...

    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?
  14. Replies
    15
    Views
    4,552

    I got it to work. I just had to create my own...

    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...
  15. Replies
    15
    Views
    4,552

    Yes Paul, most of this critical information (at...

    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...
  16. Replies
    15
    Views
    4,552

    Where can I find these docs on the following...

    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)
  17. Replies
    15
    Views
    4,552

    I am going to cover a spectrum of 10Hz to 22050Hz...

    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...
  18. Replies
    15
    Views
    4,552

    Playing Audio While Running FFT

    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...
  19. Replies
    13
    Views
    4,850

    Hey Pete it turned out to be a newbie mistake. I...

    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...
  20. Replies
    13
    Views
    4,850

    I used Pete's tonesweep code as is, no...

    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...
  21. Replies
    13
    Views
    4,850

    Pete, I don't understand. I have the audio...

    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...
  22. Yes I have tried a different SD. I pretty much...

    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...
  23. It didn't work. I tried the wav file player 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...
  24. Frank B I tried your suggested code but I'm still...

    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...
  25. These answers are good but they aren't solving...

    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...
  26. Paul, for a small business you are very on top of...

    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...
  27. Playing audio file from audio shield for Teensy 3.2

    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...
Results 1 to 27 of 27