FIR Filter Design and Testing Using the DFT: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 November 2013

14 November 2013

  • curprev 13:2713:27, 14 November 2013Frohro talk contribs 2,139 bytes +2,139 Created page with " <nowiki> % This program shows the design of an N element FIR low pass filter using the DFT. close all; N=512; fmax=4000; T=1/(2*fmax); H =[ones(1,N/32+1),zeros(1,N-N/16-1),ones(…"