1 / 10

Bandpass filter on FPGA

Bandpass filter on FPGA. Student Vitaly Zakharenko Supervisor Mony Orbach Semester Spring 2007 Duration single semester. Project Goals. Programming Virtex II Pro FPGA on a development board to perform bandpass filtering. BPF unit description.

brit
Download Presentation

Bandpass filter on FPGA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Bandpass filter on FPGA Student Vitaly Zakharenko Supervisor Mony Orbach Semester Spring 2007 Duration single semester

  2. Project Goals Programming Virtex II Pro FPGA on a development board to perform bandpass filtering.

  3. BPF unit description • Variable passband width and frequency, chosen out of a finite predefined set of values; • Two inputs in addition to the signal input to allow the above; • Communication with the BPF unit via Simulink environment only;

  4. General Implementation Steps • Obtaining FIR bandpass filter coefficients for each bandwidth/center frequency specification via FDATool of Matlab; • Realization of the filter in Simulink using Xilinx blockset; • Implementation via System Generator.

  5. Simulink Realization DetailsWay #1 • Adaptation from the BPF design in the Xilinx workshop, i.e. from a fully sequential MAC (Multiply-Accumulate) engine design; • Using several MAC engines in parallel to provide for optimal trade off between sampling rate and FPGA area.

  6. Data In Reg MAC unit Data Out 256 Loops needed to process samples Current Design I Fully sequential MAC FIR Signal Input FIR based on MAC unit Additional input specifying the filter in use

  7. Current Design II • Up to 31 FIR filters of up to 255 taps are switched between via the additional input; • Each filter is of a different bandwidth and passband frequency; • The filter coefficients are stored on the FPGA; • The design allows rapid switch between filters of different specifications, since no reload of coefficients needed;

  8. Simulink Realization DetailsWay #2 • Using DAFIR or any one of the many FIR implementation blocks in Xilinx blockset in Simulink

  9. Testing • Testing in Simulink via Hardware Co-Simulation.

  10. Project schedule Current state of the project: one implementation complete. • May 2007 Week I : testing the current implementation; Week II : testing the current implementation; Week III: improving the performance, possibly designing a different implementation, testing its performance; Week IV: introducing changes, speeding up the design and testing.

More Related