MathNet.Filtering
0.2.0-alpha
Prefix Reserved
See the version list below for details.
dotnet add package MathNet.Filtering --version 0.2.0-alpha
NuGet\Install-Package MathNet.Filtering -Version 0.2.0-alpha
<PackageReference Include="MathNet.Filtering" Version="0.2.0-alpha" />
paket add MathNet.Filtering --version 0.2.0-alpha
#r "nuget: MathNet.Filtering, 0.2.0-alpha"
// Install MathNet.Filtering as a Cake Addin #addin nuget:?package=MathNet.Filtering&version=0.2.0-alpha&prerelease // Install MathNet.Filtering as a Cake Tool #tool nuget:?package=MathNet.Filtering&version=0.2.0-alpha&prerelease
Math.NET Filtering with finite and infinite impulse response filter design and application, median filtering and other signal processing methods and algorithms. MIT license. Supports .Net 4.0 and Mono on Windows, Linux and Mac.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- MathNet.Numerics (>= 3.0.2)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on MathNet.Filtering:
Package | Downloads |
---|---|
SIPSorceryMedia
The SIPSorcery package for WebRTC plumbing and Windows audio and video capture. |
|
Atlas.Library
Atlas.Library |
|
PskOnline.X20.DotNet.WinUsb
.Net Client Code for PskOnline X20 USB 2.0 PPG Waveform Sensor |
|
Xposure.Api
QuantConnect LEAN Engine: API Project - C# SDK for interaction with the QuantConnect.com |
|
Asv.Sdr
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on MathNet.Filtering:
Repository | Stars |
---|---|
CXWorld/CapFrameX
Frametime capture and analysis tool
|
|
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
|
|
ESPresense/ESPresense-companion
HA Add-on / Docker container that solves indoor positions with mqtt data received from multiple ESPresense nodes
|
Version | Downloads | Last updated |
---|---|---|
0.7.0 | 289,112 | 5/10/2020 |
0.6.1 | 1,040 | 5/10/2020 |
0.6.0 | 114,532 | 11/18/2018 |
0.5.0 | 2,137 | 11/2/2018 |
0.4.0 | 714,526 | 5/1/2017 |
0.3.0 | 5,151 | 1/14/2017 |
0.2.0-alpha | 7,020 | 9/28/2014 |
0.1.1-alpha | 13,860 | 7/4/2014 |
0.1.0-alpha | 1,340 | 7/4/2014 |
FIR default filter order estimation ~Xiaoshan Huang
Backport experimental windowing functions from Numerics