How to make an audio processing device for noise reduction ?

AI Thread Summary
The discussion focuses on creating an audio processing device for noise reduction using Arduino, with initial attempts proving that real-time processing is not feasible. Participants suggest exploring alternative boards like ARM microcontrollers or Beagle Bone for better performance in audio processing. The conversation emphasizes the importance of separating hardware and software components, with recommendations for using digital signal processing (DSP) software on various platforms, including PCs. There is also mention of historical DSP platforms like TI's TMS320 as viable options for development. Overall, the thread highlights the challenges and potential solutions for building an effective noise reduction system.
hugo_faurand
Messages
62
Reaction score
10
Hello everyone !I am working on noise reduction and I wanted to do some experiments with an arduino. I took an arduino which get music (as an example) in input by jack. It also has a microphone and in a first try the goal is to get as an output the music - the noise around... To act like a kind of noise reducing system. Then I will do a better signal treatment. The goal is to use the system as an audio treatment unit.Here's a simple sketch and the system to amplify the audio signal.

arduino signal process.png

Some of you must be laughing. In fact I realized that an arduino can not do that in real time. So I wonder is it possible to do that maybe with a board similar to an arduino board ? I think it's also difficult with a Raspberry Pi, not because of the specs of Raspberry's CPU but it is much less handy to work on electrical signals on a Raspberry.

Thanks in advance !
 
Engineering news on Phys.org
You've basically shown a couple of block diagrams with a little extra detail. So, yes. Laughing. There are various schemes used to suppress various types of noise. What type of noise are you trying to suppress and what research have you done so far?
 
Last edited:
If you are willing to skip real time processing, then you can use Arduino to post process and replay audio. Depending on your algorithms it may take a while to post process, or it may be fast enough for real time.

You can split this project into HW and SW. The DSP SW can be developed on lots of platforms, including a PC. This is the real value added learning, IMO. The HW can be bought in many different forms. For example some of the ARM uC boards are cheap and powerful. For example Beagle Bone, which is definitely powerful enough for audio processing.
 
hugo_faurand said:
Some of you must be laughing. In fact I realized that an arduino can not do that in real time. So I wonder is it possible to do that maybe with a board similar to an arduino board ?
Back in the day, TI's TMS320 was a good DSP platform to develop signal processing applications on. It looks like the product line is still going strong with lots of variants of the original TMS320. Check out the background information at Wikipedia:

https://en.wikipedia.org/wiki/Texas_Instruments_TMS320

Then look through the various development kits you can get to start prototyping your DSP experiments:

https://www.mouser.com/c/embedded-s...ECP34xpyV5AvIoURsQrFV-UEGLch9LN4aAjPXEALw_wcB
 
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top