File:Notch 50Hz audio filter.svg
From Wikimedia Commons, the free media repository
Notch_50Hz_audio_filter.svg (SVG file, nominally 461 × 346 pixels, file size: 166 KB)
[edit] Summary
| Description |
the frequency response of a digital filter to remove the 50Hz mains hum. I created it with the following Matlab code: N=20000; %resolution fmax=20000; %max frequency of audible sound [Hz] [num,den] = iirnotch(50/fmax,10/fmax); [H,F]=freqz(num,den,N,2*fmax); H=20*log10(abs(H)); semilogx(F,H,'LineWidth',2); axis([10 fmax -20 5]); xlabel('frequency [Hz]'); ylabel('amplitude [dB]'); grid on; I saved it as EPS, then I converted it to SVG with Scribus and post-processed it with Inkscape. |
|---|---|
| Date |
November 2007 |
| Source |
Own work |
| Author | |
| Permission (Reusing this image) |
see below |
[edit] Licensing
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 19:26, 4 November 2007 | 461×346 (166 KB) | Alejo2083 (Talk | contribs) | ({{Information |Description=the frequency response of a digital filter to remove the 50Hz mains hum. I created it with the following Matlab code: <source lang="Matlab"> N=20000; %resolution fmax=20000; %max frequency of audible sound [) |
- Edit this file using an external application (See the setup instructions for more information)
File links
The following page on Wikimedia Commons links to this file. Some pages on other Wikimedia projects may also link to it.
Global file usage
The following other wikis use this file:
- Usage of Notch 50Hz audio filter.svg on dewiki