How To Install rtfilter on Fedora 36

In this tutorial we learn how to install rtfilter in Fedora 36. rtfilter is Realtime digital filtering functions for multichannel signals

Introduction

In this tutorial we learn how to install rtfilter on Fedora 36.

What is rtfilter

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 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.

We can use yum or dnf to install rtfilter on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rtfilter.

Install rtfilter on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rtfilter using dnf by running the following command:

sudo dnf -y install rtfilter

Install rtfilter on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rtfilter using yum by running the following command:

sudo yum -y install rtfilter

How To Uninstall rtfilter on Fedora 36

To uninstall only the rtfilter package we can use the following command:

sudo dnf remove rtfilter

rtfilter Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/ccadc482d82120d7be191f8957a3950d274b69
/usr/lib64/librtfilter.so.1
/usr/lib64/librtfilter.so.1.0.1
/usr/share/doc/rtfilter
/usr/share/doc/rtfilter/AUTHORS
/usr/share/doc/rtfilter/NEWS
/usr/share/doc/rtfilter/README
/usr/share/licenses/rtfilter
/usr/share/licenses/rtfilter/COPYING

References

Summary

In this tutorial we learn how to install rtfilter on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install rtfilter on Fedora 36” linkTitle: “rtfilter” type: “docs” description: “In this tutorial we learn how to install rtfilter in Fedora 36. rtfilter is Realtime digital filtering functions for multichannel signals” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rtfilter-featured.png

Introduction

In this tutorial we learn how to install rtfilter on Fedora 36.

What is rtfilter

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 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.

We can use yum or dnf to install rtfilter on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rtfilter.

Install rtfilter on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rtfilter using dnf by running the following command:

sudo dnf -y install rtfilter

Install rtfilter on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rtfilter using yum by running the following command:

sudo yum -y install rtfilter

How To Uninstall rtfilter on Fedora 36

To uninstall only the rtfilter package we can use the following command:

sudo dnf remove rtfilter

rtfilter Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/c4e7812b6d5ac8ed7738a1f2b9f857a06d3ac4
/usr/lib/librtfilter.so.1
/usr/lib/librtfilter.so.1.0.1
/usr/share/doc/rtfilter
/usr/share/doc/rtfilter/AUTHORS
/usr/share/doc/rtfilter/NEWS
/usr/share/doc/rtfilter/README
/usr/share/licenses/rtfilter
/usr/share/licenses/rtfilter/COPYING

References

Summary

In this tutorial we learn how to install rtfilter on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).