hardware descriptions

IIR filtering

Processor and its software in VHDL part 2 : Configurable Floating point processing

Here we make floating point more easily useable with VHDL and FPGA designs by designing a configurable processor that allows us to run many calculations through a single set of floating point hardware in FPGA

Processor and its software in VHDL part 2 : Configurable Floating point processing Read More »

Bandpass and Band stop Filtering with VHDL

get the VHDL sources https://github.com/johonkanen/ac_inout_psu/tree/bandpass_filter To minimize code rewriting and maximize reuse, object oriented programming languages use inheritance to add existing module features to new modules. This type of code is much easier to reuse as parts of further modules. In VHDL inheritance like code structure can be achieved by instantiating components inside components and

Bandpass and Band stop Filtering with VHDL Read More »

Math : be fruitful and multiply

get the VHDL sources ac_inout_psusourcemath_librarymultiplier https://github.com/johonkanen/ac_inout_psu/tree/bandpass_filter The power supply is an embedded system which uses measurements from different voltages and currents to control the operation of the power supply. Control algorithms as well as measurements use signal processing to filter out unwanted noise from the analog to digital converter results and control outputs. Function approximations

Math : be fruitful and multiply Read More »

Scroll to Top