SignalSharp 0.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package SignalSharp --version 0.0.12
NuGet\Install-Package SignalSharp -Version 0.0.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SignalSharp" Version="0.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SignalSharp --version 0.0.12
#r "nuget: SignalSharp, 0.0.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
  • 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.3 66 6/3/2024
0.1.2 70 6/3/2024
0.1.1 77 6/1/2024
0.1.0 74 5/30/2024
0.0.12 73 5/30/2024
0.0.11 72 5/30/2024
0.0.10 79 5/30/2024
0.0.7 78 5/30/2024
0.0.6 80 5/29/2024
0.0.5-ci14 68 5/29/2024
0.0.1 86 5/29/2024