Project Description

FILTER TOOLKIT

Signal filters.

Filter Toolkit is a set of signal filters. These filters can be used to improve the quality of a signal, and to allow an easier process of these signals (accelerometer, gyroscope, magnetometer, etc.).

It includes 8 different filters (ActorComponent) taking a float as input and returning a float:

  • A low-pass filter cutting the signal when the amplitude between two successive samples of the signal is below a threshold
  • A high-pass filter doing the same when the amplitude is above a threshold
  • A mean filter with a customizable size
  • A median filter with a customizable size
  • A derivative filter computing the derivative of a signal
  • A generic kernel filter with a customizable fixed kernel
  • A generic Infinite Impulse Response (IIR) filter
  • A dynamic kernel filter having two inputs: the input value of the signal and the new associated kernel value (allowing you to give more or less weight to an input according to another signal)

And in addition to this, a mean filter for vectors (useful to process the signal from the accelerometer), and a PID controller for more complex systems.

A basic knowledge of signal processing is advised to use this pack.

GET IT NOW!

The filter toolkit is available on the Unreal Marketplace.

  • Available on Windows

  • Available on Linux

  • Available on Mac

  • Compatible UE 4.18 -> UE 4.25