Refine by Content Type

Refine by Category

Refine by Product

Refine by Time Frame

image thumbnail

updated 5 months ago

Room Impulse Response Generator by Stephen McGovern

This program calculates the acoustical impulse response of a rectangular room (audio processing, video processing, room)

rir.m

image thumbnail

updated 2 years ago

Feedback active noise control system using FbLMS algorithm by Agustinus Oey

Use of feedback active control system for reducing narrow band noise. (least mean square, active control, acoustics)

try_fblms.m

image thumbnail

updated 2 years ago

Active noise control system using FxLMS algorithm by Agustinus Oey

Implementation of FxLMS algorithm for a single channel feed-forward active noise control system. (lms, fxlms, active control)

try_fxlms.m

image thumbnail

updated 3 years ago

Digital Filters with MATLAB by Ricardo Losada

Tutorial on digital filter design and implementation with MATLAB. (allpass, fir, polyphase)

image thumbnail

updated almost 5 years ago

Lowpass FIR filter on .wav file with windowing by Theo Harushi Franco

it implements a lowpass filter with Windowing on a WAV file (wav file, hamming, fir)

ssd7.m

image thumbnail

updated 5 years ago

editable FIR response by Matthes

GUI to manually edit arbitrary FIR magnitunde response (filter design, filter analysis, gui)

FIR_edit(varargin)

image thumbnail

updated almost 8 years ago

mex function implementation of Optimal FIR Wiener filter by Steven Huang

The mex function implements an FIR Wiener filter. The computation involves an LU decomposition ... (wiener filter, filter design, mex function)

image thumbnail

updated 9 years ago

RLS Algorithm Demo by Tamer Abdelazim Mellik

A system identification by the usage of the RLS algorithm. (adaptive filter theor..., fir, rls)

FIR_rls.m

IIR_rls.m

image thumbnail

updated almost 10 years ago

FIR Windows using the Texas Instruments TMS320C5416 DSK by Richard Sikora

Using Rectangular, Hamming, Hanning, Blackman and Kaiser windows for FIR. (hardware targets, dsp, dsk)

FIR_Window_1.m

FIR_Window_10.m

FIR_Window_2.m

image thumbnail

updated almost 10 years ago

FIR Filters of Variable Length for the Texas Instruments TMS320C5416 DSK by Richard Sikora

Determining how many coefficients are required for a FIR filter. (hardware targets, dsp, dsk)

image thumbnail

updated almost 10 years ago

Multirate Processing using the Texas Instruments TMS320C5416 DSK by Richard Sikora

Improving FIR filter performance using sample rate change. (tms320, texas instruments, c5000)

multirate_1.m

multirate_10.m

multirate_11.m

image thumbnail

updated almost 10 years ago

Electronic Crossover using FIR Filters (Texas Instruments C5000 DSP) by Richard Sikora

Dividing audio signal into treble and bass using FIR filter for use with the Texas Instruments TMS3. (hardware targets, tms320, c5000)

FIR_1.m

FIR_10.m

FIR_11.m

image thumbnail

updated almost 10 years ago

Low-pass FIR digital differentiator design by YangQuan Chen

Low-pass FIR digital differentiator (LPFIRDD) design via constrained quadratic programming (QP). (filter design, filter analysis, fir)

[Copt,bd]=lpfirdd(N,alpha,beta,r,idraw)

image thumbnail

updated almost 10 years ago

Savitzky-Golay Smoothing Filter by YangQuan Chen

FIR filter design via local moving window LS fitting - A magic smooth and derivative formula (filter design, filter analysis, integerorder digital ...)

[c]=sgfilter(nL,nR,M,id)

Contact us