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

  • SEARCH
  • Home
  • 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 7696079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:41:47+00:00 2026-05-31T21:41:47+00:00

How can I create anti-noise with code or an application? It doesn’t have to

  • 0

How can I create anti-noise with code or an application?
It doesn’t have to be realtime, just sound that is the opposite of the entire soundtrack! So, when you play both together, they will cancel out each other.

  • 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-31T21:41:48+00:00Added an answer on May 31, 2026 at 9:41 pm

    If you have pure noise availible try (I have not tried it my self) to fft you can use fftw-3

    1 Take some buffer containeing noise only
    2 Zero-pad the noise so that its length matches up with the entire signal
    3 Calculate the noise spectrum N
    4 Calculate the signal spectrum X
    filter out frquencies in X that are present in N and store the result in Y
    6 Recompose y from Y

    in Matlab or octave:

    n=length(x);
    n(1:noise_end-noise_start+1)=x(noise_start:noise_end);
    N=fft(n);
    X=fft(N);
    %   Filter noise frquencies
    y=ifft(Y);
    

    The idea is to use the spectrum of the noise signal to reduce the noise in the desired signal. When the spectrum of the noise is known, filter these frequencies out.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can create a contact that is not mail enabled, but how do I
One can create an anonymous object that is initialized through constructor parameters, such as
how can create a windows move maker like application in vb.net.... if we want
I can create function pointers in Fortran 90, with code like real, external ::
Consider the code below (which has been simplified). I have a service class that
I can create a folder on a pc that I connect to via ftp.
In order to decouple code you can have service locater's but is this not
I have a python application , to be more precise a Network Application that
I'm trying to create a SWING application using Java 1.6 and I have a
A few days ago I've discovered that singleton can become anti-pattern in Android. My

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.