hukenovs / math

Useful m-scripts for DSP (CIC, FIR, FFT, Fast convolution, Partial Filters etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MATH

Useful m-scripts for DSP/FPGA application based on Matlab or GNU Octave.

License: GNU GPL 3.0.

List of components:

Script Function Description
test_fir FIR calculate IR and frequency response for FIR-filter, find coeffs.
test_cic CIC calculate FIR-filter compensator to correct freq response after CIC filter.
test_cfir CFIR compare CFIR-filter by 2 methods: Time-Domain / Freq-Domain.
test_fast_conv FAST CONV calculate fast convolution by using FFT / IFFT
test_parallel_fir FFA FIR calculate parallel hi-freq FIR-filters (polyphase without decimation)
test_ulfft ULTRA LONG FFT calculate ultra-long FFT / IFFT by using 2-D methods

Info:

Title Universal m-scripts for DSP based on FGPA
Author Alexander Kapitanov
Contact
Project lang m-scripts
Compiler Matlab or GNU Octave
Release Date 20 Sep 2018
Version 1.0

For more information see: https://habr.com/users/capitanov/topics/

About

Useful m-scripts for DSP (CIC, FIR, FFT, Fast convolution, Partial Filters etc.)

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%