How to Install and Uninstall rtfilter.x86_64 Package on Fedora 35

Last updated: May 19,2024

1. Install "rtfilter.x86_64" package

Please follow the guidance below to install rtfilter.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install rtfilter.x86_64

2. Uninstall "rtfilter.x86_64" package

Please follow the guidelines below to uninstall rtfilter.x86_64 on Fedora 35:

$ sudo dnf remove rtfilter.x86_64 $ sudo dnf autoremove

3. Information about the rtfilter.x86_64 package on Fedora 35

Last metadata expiration check: 4:20:22 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rtfilter
Version : 1.1
Release : 14.fc35
Architecture : x86_64
Size : 31 k
Source : rtfilter-1.1-14.fc35.src.rpm
Repository : fedora
Summary : Realtime digital filtering functions for multichannel signals
URL : http://cnbi.epfl.ch/software/rtfilter.html
License : GPLv3 and LGPLv3
Description : rtfilter provides a library written in C implementing realtime digital
: filtering functions for multichannel signals (i.e. filtering multiple
: signals with the same filter). It implements FIR, IIR filters and
: downsampler for float and double data type (both for real and complex
: valued signal). Additional functions are also provided to design few
: usual filters: Butterworth, Chebyshev, windowed sinc, analytical filter...
:
: One of the main differences from other libraries providing digital signal
: processing is that the filter functions have been specifically designed and
: optimized for multichannel signals (from few channels to several hundred).
: If data allows it, the library automatically switch to optimized SIMD
: (Single Instruction Multiple Data) code, allowing to reduce by 3~4 the time
: spent in processing the data.