Features:

  •  Threshold-based low-pass filter
  •  Threshold-based high-pass filter
  •  Mean filter (for float and Vector)
  • Median filter
  • Generic kernel filter
  • Dynamic kernel filter
  • Generic Infinite Impulse Response filter
  • Derivative filter
  • PID controller

Number of Blueprints: 10

Network Replicated: No

Supported Development Platforms: All platforms

Supported Target Build Platforms: All platforms

Documentation: https://docs.isaratech.com/ue4-blueprints/filter-toolkit

Quick Start Guide: http://isaratech.com/docs/filter-toolkit/quickstart/

Website: http://isaratech.com/

Discord: https://discord.gg/TE7RM5N

Important/Additional Notes: A basic knowledge of signal processing is advised to use this pack.

特征:

  •  基于阈值的低通滤波器
  •  基于阈值的高通滤波器
  •  均值滤波器(用于浮点数和矢量)
  • 中值滤波器
  • 通用内核过滤器
  • 动态内核过滤器
  • 通用无限脉冲响应滤波器
  • 衍生滤波器
  • PID控制器

蓝图数目:10

网络复制:没有

支持的开发平台:所有平台

支持的目标构建平台:所有平台

文件: https://docs.isaratech.com/ue4-blueprints/filter-toolkit

快速入门指南:http://isaratech.com/docs/filter-toolkit/quickstart/

网站: http://isaratech.com/

不和谐: https://discord.gg/TE7RM5N

重要/附加说明:建议使用此包了解信号处理的基本知识。






** Help & support on Discord: https://discord.gg/TE7RM5N **

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.

**对不和谐的帮助和支持: https://discord.gg/TE7RM5N **

Filter Toolkit是一组信号滤波器。 这些滤波器可用于改善信号的质量,并允许更容易处理这些信号(加速度计、陀螺仪、磁力计等)。).

它包括8个不同的过滤器(ActorComponent),将一个浮点数作为输入并返回一个浮点数:

  • 当信号的两个连续采样之间的幅度低于阈值时,低通滤波器切割信号
  • 当振幅高于阈值时,高通滤波器也会这样做
  • 具有可自定义大小的均值滤波器
  • 具有可定制尺寸的中值滤波器
  • 计算信号导数的导数滤波器
  • 具有可定制固定内核的通用内核过滤器
  • 通用无限脉冲响应(IIR)滤波器
  • 具有两个输入的动态内核滤波器:信号的输入值和新的关联内核值(允许您根据另一个信号对输入给予或多或少的权重)

除此之外,还有一个用于矢量的均值滤波器(用于处理来自加速度计的信号),以及一个用于更复杂系统的PID控制器。

建议使用此包了解信号处理的基本知识。

声明:本站所有资源都是由站长从网络上收集而来,如若本站内容侵犯了原著者的合法权益,可联系站长删除。