Skip to content

DTL2020/FIR_to_IIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIR_to_IIR

Supplementary for resamplers

Attempt to convert long FIR kernel for resamplers to smaller length IIR kernel. The main task is to find such coefficients if IIR filter that impulse response match as good as possible the FIR filter kernel. But the number of IIR filter coefficients must be smaller in compare of total number of FIR filter coefficients.

Current version of solver works about good at iM from about 3 to 6 but for unknown reason starts to fails if iM > 6..7. May be because of rounding errors with even double calculations in linear system solver.

About

Supplementary for resamplers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages