Friday, May 4, 2018

FPGA Based Processor Implementation

The goal of this project is to design an application specific CPU model which can use to perform image down sampling. Model build using Verilog language and simulated using iSim software. Actual hardware implementation was built on Field programmable gate array - FPGA (Spartan 6) and results were astonishing. Following report presents the methodology and results obtained using simulation and hardware model.


Click here for project report

Click here for source code

FIR Filter Design with Kaiser Window

Filters play a major role in designing signal processing systems. Between analog filters and digital filters, digital filters are superior ...