Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 568891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:14:12+00:00 2026-05-13T13:14:12+00:00

In my app, I am using the AVAudioRecorder to detect input from the microphone.

  • 0

In my app, I am using the AVAudioRecorder to detect input from the microphone. However, I need to create a high-pass filter so that I only register higher-pitched sounds. I’ve looked into FFT, but I can’t figure out how to implement it. So, now I’m looking to kind-of fudge an FFT with a high-pass filter.

Any help would be greatly appreciated! Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T13:14:12+00:00Added an answer on May 13, 2026 at 1:14 pm

    Have a look at Wikipedia’s article on High-pass filters, especially the section on algorithmic implementation of one.

    For the lazy, here’s the pseudocode implementation:

    // Return RC high-pass filter output samples, given input samples,
    // time interval dt, and time constant RC
    function highpass(real[0..n] x, real dt, real RC)
        var real[0..n] y
        var real α := RC / (RC + dt)
        y[0] := x[0]
        for i from 1 to n
            y[i] := α * y[i-1] + α * (x[i] - x[i-1])
        return y
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a web app using TurboGears, and in that app the users
I'm building app using GAE and wanted to use Django for that. Which patch
I'm developing an app using a fork of LeavesViewController that changes to a two-page
I am writing an app using WPF 3.5 and I need twitter integration. I
I'm working on a web-app using Google App Engine with GWT, and I need
I'm writing an app using asp.net-mvc deploying to iis6. I'm using forms authentication. Usually
I have an app using PHP and the PayPal API. The basic way it
As part of a larger web-app (using CakePHP), I'm putting together a simple blog
This link describes an exploit into my app using fckEditor: http://knitinr.blogspot.com/2008/07/script-exploit-via-fckeditor.html How do I
I've got an ASP.NET app using NHibernate to transactionally update a few tables upon

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.