audio processing


Results 1 to 18 of 18

Threaded View

  1. #16
    Sebastian's Avatar
    Sebastian Guest


    Did you find this post helpful? Yes | No

    Default

    Hm, I've tried to calculate the coefficients for a low pass filter with these formulas http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt

    Im comparison to the excel sheet I had to set in the "center frequenzy" and not the -3db frequenzy. So when calculating with 2000Hz (2100 in the sheet) and Q=1, I got the following results (41000Hz sample rate) for a low pass filter:

    formulas from the link:
    b0 = 0.0256695991
    b1 = 0.0513391983
    b2 = 0.0256695991
    a1 = -1.8973216034
    a2 = 0.3674095060


    Excel sheet:
    b0 = 0,026936651
    b1 = 0,053873303
    b2 = 0,026936651
    a1 = -1,343504439
    a2 = 0,451251044

    I think the values are quite similar, however, I don't know if it's correct..
    The next step will be the pic calculation...

    regards
    Sebastian
    Last edited by Sebastian; - 2nd August 2006 at 14:15.

Similar Threads

  1. Audio Record/Playback Circuit
    By The Master in forum Off Topic
    Replies: 8
    Last Post: - 12th February 2010, 18:58
  2. Audio Amplifier
    By The Master in forum Off Topic
    Replies: 19
    Last Post: - 20th August 2008, 09:45
  3. PIC Audio
    By toofastdave in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 27th June 2007, 13:49
  4. Pic driven digital audio delay
    By skimask in forum Off Topic
    Replies: 12
    Last Post: - 19th April 2007, 20:42
  5. Audio Level Meter
    By Peter1960 in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 16th November 2006, 08:05

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts