Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37517395
en ru br
Репозитории ALT

Группа :: Разработка/C
Пакет: libiir1

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.9.3-alt1
Время сборки: 28 октября 2022, 19:10 ( 77.8 недели назад )
Размер архива: 1501.17 Kb

Домашняя страница:   https://berndporr.github.io/iir1/

Лицензия: MIT
О пакете: DSP IIR Realtime C++ filter library
Описание:

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.

Текущий майнтейнер: Artyom Bystrov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • libiir1
  • libiir1-debuginfo
  • libiir1-devel
  • libiir1-devel-doc
  • libiir1-devel-static
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin