SignalSharp 0.0.12
See the version list below for details.
dotnet add package SignalSharp --version 0.0.12
NuGet\Install-Package SignalSharp -Version 0.0.12
<PackageReference Include="SignalSharp" Version="0.0.12" />
paket add SignalSharp --version 0.0.12
#r "nuget: SignalSharp, 0.0.12"
// Install SignalSharp as a Cake Addin #addin nuget:?package=SignalSharp&version=0.0.12 // Install SignalSharp as a Cake Tool #tool nuget:?package=SignalSharp&version=0.0.12
SignalSharp is a C# library designed for efficient signal processing and time series analysis. Whether you're dealing with noise reduction, state estimation, or change point detection, SignalSharp provides robust tools to help you get the job done.
Overview
Signal processing is a critical component in various applications, including telecommunications, audio processing, finance, and biomedical engineering. While other ecosystems, such as Python, have a plethora of signal processing libraries, C# lacks comprehensive open-source alternatives, often offering only paid or closed-source solutions. SignalSharp aims to fill this void by providing a free, open-source library for the C# community, enabling developers to work with advanced signal processing algorithms with ease.
Why Use SignalSharp?
- Performance: SignalSharp is optimized for performance, ensuring that your signal processing tasks are executed efficiently.
- Flexibility: With a range of algorithms and configurable options, SignalSharp can be tailored to meet the specific requirements of your projects.
- Ease of Use: The library is designed with user-friendliness in mind, providing clear documentation and practical examples to help you get started.
Algorithms
Change Point Detection
- PELT Algorithm: Efficiently detects multiple change points in time series data.
- L1 Cost Function: Robust against outliers and non-Gaussian noise.
- L2 Cost Function: Ideal for normally distributed data.
- RBF Cost Function: Handles non-linear relationships between data points.
Smoothing and Filtering
- Savitzky-Golay Filter: Smooths data to reduce noise while preserving the shape of the signal.
- Kalman Filter: Estimates the state of a linear dynamic system from a series of noisy measurements.
Resampling
- Downsampling: Reducing the number of samples in a signal.
- Segment Statistics: Computing statistics (mean, median, max, min) for segments of a signal.
- Moving Average: Smoothing a signal using a moving average filter.
- Chebyshev Approximation: Approximating a signal using Chebyshev polynomials.
Future Plans
- Implement most important signal processing algorithms.
- PELT
- L1 Cost Function
- L2 Cost Function
- RBF Cost Function
- Savitzky-Golay Filter
- Resampling
- Downsampling
- Segment Statistics
- Moving Average
- Chebyshev Approximation
- Upsampling
- FFT
- Wavelet Transform
- Kalman Filter
- Autoregressive (AR) models
- PELT
- Enhance the performance of existing algorithms.
- Provide more comprehensive examples and documentation.
Installation
To install SignalSharp, you can use NuGet Package Manager:
dotnet add package SignalSharp
Usage
Refer to documentation for examples and API documentation.
Contributing
Contributions are welcome! If you have ideas, suggestions, or bug reports, feel free to open an issue or submit a pull request. We appreciate your help in making SignalSharp better.
License
SignalSharp is licensed under the MIT License. See the LICENSE file for more details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- MathNet.Numerics (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.