Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37551799
en ru br
ALT Linux repos
S:1.9.3-alt1

Group :: Development/C
RPM: libiir1

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.9.3-alt1
Build date: 28 october 2022, 19:10 ( 78.1 weeks ago )
Size: 1501.17 Kb

Home page:   https://berndporr.github.io/iir1/

License: MIT
Summary: DSP IIR Realtime C++ filter library
Description:

An infinite impulse response (IIR) filter library for Linux, Mac OSX and Windows
which implements Butterworth, RBJ, Chebychev filters and can easily import
coefficients generated by Python (scipy).

The filter processes the data sample by sample for realtime processing.

It uses templates to allocate the required memory so that it can run without any
malloc / new commands. Memory is allocated at compile time so that there is
never the risk of memory leaks.

All realtime filter code is in the header files which guarantees efficient
integration into the main program and the compiler can optimise both filter code
and main program at the same time.

Current maintainer: Artyom Bystrov

List of contributors

List of rpms provided by this srpm:

  • libiir1
  • libiir1-debuginfo
  • libiir1-devel
  • libiir1-devel-doc
  • libiir1-devel-static
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin