Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 3 of 3

Thread: Biquad Filter Transfer Function

  1. #1

    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?

  2. #2
    The source code for those filters in the audio library on your system is found in filter_biquad.cpp and filter_biquad.h.

    The comments in those files say

    // Compute common filter functions
    // http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt

    so I would refer to the above link for the nasty details.
    Last edited by drmartin; 10-17-2016 at 08:29 PM.

  3. #3
    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

Posting Permissions

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