High quality command-line audio sample rate converter
-
Updated
Mar 4, 2024 - C
High quality command-line audio sample rate converter
Computes the Savitzky-Golay Filter coefficients.
Digital filters impemented in MicroPython's inline ARM Thumb assembler (e.g. Pyboard, RP2).
A test for porting an old C++ graphic equalizer to JavaScript + HTML5 using Web Audio API and WebAssembly
Rust DSP algorithms. Often integer math. no-std.
OFDM simulation project, using BPSK/QPSK and FIR filter.
User friendly DSP high/low/band-pass windowed sync filter, implemented in C++.
This project demonstrates DSP capabilities of Terasic DE2-115
This is a repository where I added my DSP codes that have written in Matlab (without built-in function). I have also commented inside every code so that it will become helpful for newbies. Also added cross-check using Library Function.
digital signal processing FIR filter implimentation in microcontroller
Parks-McClellan Remez FIR design algorithm
Distributed arithmetic (DA) is another way of implementing a dot product where one of the arrays has constant elements. The DA can be effectively used to implement FIR, IIR and FFT type.The DA logic replaces the MAC operation of convolution summation o into a bit-serial look-up table read and addition operation .
Design and implementation of a reconfigurable FIR filter in FPGA
Implementation of an algorithm to counterbalance for the chromatic dispersion, that is indroduced in optic fibers.
This is C++ algorithm, and convolution kernel generator with MATLAB
STM32H7 Multicore FIR is a finite impulse response filter implementation for a family of multicore processors from STM32 - family H7. The algorithm runs in parallel on both cores and this helps users to achieve high sampling frequencies or higher FIR filter order.
FIR Filter Design - IIR Filter Design
Verilog HDL implementation of an ECHO machine and an FIR filter that filters out a specific noise. More details provided in individual files. Download the project and run the main project file.
Implementation of INS (inertial navigation system) in C#
Real-time ECG signal filtering simulation in python using FIR filters
Add a description, image, and links to the fir-filter topic page so that developers can more easily learn about it.
To associate your repository with the fir-filter topic, visit your repo's landing page and select "manage topics."