sound card input and noise cancel
Mostra commenti meno recenti
hello i want to cancel some noise of frigirator in my house i want coninously input from sound card and output throw speakers signal with phase -180 what command coniounusly do it all command just record
y = wavrecord(31250*5,31250);
also is there beter way than sending to speaker -y , i was thinkink about some adaptive filter lms or wiener to cancel the noise in my room
5 Commenti
michael scheinfeild
il 5 Ott 2012
Modificato: Walter Roberson
il 5 Ott 2012
Walter Roberson
il 5 Ott 2012
You are getting one second's worth of samples each time. Your sound is going to have traveled at least 660 feet before you start to output the canceling sound. That has no chance of being useful unless the speaker is at least 660 feet closer to the listener than the microphone is.
Daniel Shub
il 5 Ott 2012
I am not sure that this is true. If the noise is a low frequency periodic hum, for example a compressor motor, then slipped cycles shouldn't be a problem.
Walter Roberson
il 5 Ott 2012
Good point, Daniel.
michael scheinfeild
il 6 Ott 2012
Risposta accettata
Più risposte (1)
michael scheinfeild
il 6 Ott 2012
0 voti
1 Commento
Walter Roberson
il 6 Ott 2012
In your code, change SamplesPerTrigger to 1024
Categorie
Scopri di più su Audio I/O and Waveform Generation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!