Extreme Power Line Hum

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
alex-m
Posts: 4
Joined: Fri Aug 12, 2016 4:51 pm
Operating System: Windows 10

Extreme Power Line Hum

Post by alex-m » Sat Aug 13, 2016 12:05 pm

Hey there!
Is there a chance to remove or reduce a very bad power line hum (attached sample)?
We'd unwisely used Hi-Gain option on the iRig Mic cast to record an interview.
The location had several industrial refrigerators and smoking equipment, a place where make sausages.

Thank you in advance.
Alex
Attachments
sample_alex.wav
(1.51 MiB) Downloaded 9 times

kozikowski
Forum Staff
Posts: 69384
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Extreme Power Line Hum

Post by kozikowski » Sat Aug 13, 2016 1:01 pm

That sounds like you already tried to process it. Do you have a raw clip? Before you did anything to it?

Koz

Trebor
Posts: 9962
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: Extreme Power Line Hum

Post by Trebor » Sat Aug 13, 2016 3:14 pm

alex-m wrote:Is there a chance to remove or reduce a very bad power line hum (attached sample)?
ATTACHMENTS sample_alex.wav (1.51 MiB)
The interfering frequency is too high to be mains hum.
Notch filters [in Audacity's Nyquist Prompt ] help a bit ...
''alex'', before-after notch filters shown.wav
(1.72 MiB) Downloaded 16 times

Code: Select all

(setf s (notch2 s 1073 20))
(setf s (notch2 s 3384 50))
(setf s (notch2 s 5533 50))
(setf s (notch2 s 6606 20))
(setf s (notch2 s 7680 50))
(setf s (notch2 s 12141 20))
How notch filter code appears in Audacity's 'Nyquist Prompt'.png
How notch filter code appears in Audacity's 'Nyquist Prompt'.png (9.63 KiB) Viewed 265 times

alex-m
Posts: 4
Joined: Fri Aug 12, 2016 4:51 pm
Operating System: Windows 10

Re: Extreme Power Line Hum

Post by alex-m » Sat Aug 20, 2016 6:15 am

Hey there! Thanks for the fast response and suggestions, really appreciate it.

We've finally managed to download the original wav file (please see the attached sample) from iRig (IK Multimedia site).
So if I understand this correctly, there is no way to get a "cleaner" audio, without that interfering frequency?

Regards,
Alex
Attachments
sample_uncompr.wav
(1.63 MiB) Downloaded 11 times

Trebor
Posts: 9962
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: Extreme Power Line Hum

Post by Trebor » Sat Aug 20, 2016 7:02 pm

alex-m wrote:... So if I understand this correctly, there is no way to get a "cleaner" audio, without that interfering frequency? ...
The constant tones (which are horizontal lines on the spectrogram) can be removed with notch filters (see my previous post)
Audacity spectrogram of  ''sample_uncompr''.png
Audacity spectrogram of ''sample_uncompr''.png (380.44 KiB) Viewed 247 times
However the constant tones have distorted the voices with a ring-modulator effect, which, IMO, isn't removable.
''sample_uncompr'', notched.wav
(1.68 MiB) Downloaded 14 times

Post Reply