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

Last updated: October 15,2024

1. Install "rtfilter.x86_64" package

This guide let you learn how to install rtfilter.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rtfilter.x86_64

2. Uninstall "rtfilter.x86_64" package

Here is a brief guide to show you how to uninstall rtfilter.x86_64 on Fedora 36:

$ sudo dnf remove rtfilter.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:29:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rtfilter
Version : 1.1
Release : 15.fc36
Architecture : x86_64
Size : 31 k
Source : rtfilter-1.1-15.fc36.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.