fir-filter
There are 68 repositories under fir-filter topic.
jniemann66/ReSampler
High quality command-line audio sample rate converter
robotsorcerer/Savitzky-Golay
Computes the Savitzky-Golay Filter coefficients.
peterhinch/micropython-filters
Digital filters impemented in MicroPython's inline ARM Thumb assembler (e.g. Pyboard, RP2).
quartiq/idsp
Rust DSP algorithms. Often integer math. no-std.
carlosrafaelgn/GraphicalFilterEditor
A test for porting an old C++ graphic equalizer to JavaScript + HTML5 using Web Audio API and WebAssembly
YyzHarry/OFDM
OFDM simulation project, using BPSK/QPSK and FIR filter.
kleydon/FIR-Filter-Demo-Cpp
User friendly DSP high/low/band-pass windowed sync filter, implemented in C++.
Goshik92/FFTVisualizer
This project demonstrates DSP capabilities of Terasic DE2-115
maia-sdr/pm-remez
Parks-McClellan Remez FIR design algorithm
binarymaker/fir-filter
digital signal processing FIR filter implimentation in microcontroller
mnmhdanas/DA-Based-LMS-Adaptive-filter
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 .
SaiferGit/Digital-Signal-Processing-Codes
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.
con-fou/Optical-Fiber-Transmission-System
Implementation of an algorithm to counterbalance for the chromatic dispersion, that is indroduced in optic fibers.
danieleninni/fir-filter-fpga
Design and implementation of a reconfigurable FIR filter in FPGA
GCY/Finite-Impulse-Response-FIR-Filter-
This is C++ algorithm, and convolution kernel generator with MATLAB
AUDIY/FIR_x2
FPGA based PCM oversampling FIR filter.
MostafaOkasha/ECHO-and-FIR-FILTER-implementation-on-Verilog-HDL
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.
PavolKostolansky/STM32H7_MulticoreFIR
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.
trojanink/design-filters-digital-signal-processing
FIR Filter Design - IIR Filter Design
GOWone/YaMoSignalTools
基于.Net Framework/WPF框架开发的、用于进行数字信号处理的软件平台,具有多种信号生成器、信号转换器、滤波器以及多种通用信号处理算法。
krogk/ECG-filtering-py
Real-time ECG signal filtering simulation in python using FIR filters
mikasjp/ins
Implementation of INS (inertial navigation system) in C#
Niloy-Chakraborty/G_best-Guided-Cuckoo-Search-Algorithm
[A PART OF MY BACHELOR THESIS] Efficient Design of FIR filter using G_best Guided Cuckoo Search Meta-heuristic Algorithm
paulrox/SRRC_FIR
VHDL description for a circuit which realises a FIR filter with square root raised cosine impulse response
oliviercotte/Multi-level-delta-sigma-modulator
Multi-level second-order (Silva Steensgaard Structure) delta-sigma modulator
ahmetihsankose/trajectory_generation
trajectory generator with using FIR filter
andre442/Filtros-Digitais-FIR-e-IIR
Projeto de filtros low-pass FIR e IIR
m-enesyilmaz/Digital-Filter-Design-with-Matlab
Digital Filter Design Samples
shun60s/Python-minimum-phase-FIR-design
approximate minimum-phase FIR filter design from specified frequency characteristic by use Hilbert transform
skrynnyk/Zevaluator
A single-header C++11 library for embedded targets to easily stand up evaluation-ready difference equation forms of discretized Z-domain Transfer Functions - just provide the numerator and denominator coefficients!
baronefr/mapd_7taps_fir
A 7-taps FIR filter with runtime programmable coefficients. Management and Analysis of Physics Dataset (module A).
carlosrafaelgn/FPlayWeb
Experimental web audio player, including audio visualization and a graphic filter editor.
celine-hsieh/Digital_Signal_Processing
Digital Singnal Processing Practice
DrCWO/Acourate-for-miniSharc-from-miniDSP-Ltd
A Software Package to use miniSharc as a high-quality Room Correction Device (DRC)
mnemocron/TSTE87
MATLAB code for the lab sessions in the "ASIC for DSP" course at LiU-ISY
rossGardiner/AudiClean
AudiClean is an event driven audio processing libary which implements adaptive LMS and DNF filters as an extension of the Sound eXchange (SoX) package for audio processing.