Dew.Signal 6.3.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dew.Signal --version 6.3.8
                    
NuGet\Install-Package Dew.Signal -Version 6.3.8
                    
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="Dew.Signal" Version="6.3.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dew.Signal" Version="6.3.8" />
                    
Directory.Packages.props
<PackageReference Include="Dew.Signal" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dew.Signal --version 6.3.8
                    
#r "nuget: Dew.Signal, 6.3.8"
                    
#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.
#:package Dew.Signal@6.3.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dew.Signal&version=6.3.8
                    
Install as a Cake Addin
#tool nuget:?package=Dew.Signal&version=6.3.8
                    
Install as a Cake Tool

Dew.Signal

High-performance Digital Signal Processing (DSP) Library for .NET

Dew.Signal is a high-performance DSP library built on top of Dew.Math, providing a comprehensive suite of optimized algorithms for real-time signal analysis, filtering, spectral estimation, modeling, measurement, synthesis, and streaming workflows. The library targets scientific, engineering, audio, RF, vibration, instrumentation, monitoring, and control applications requiring both numerical accuracy and hardware-level performance on multi-core CPUs with AVX2/AVX512 acceleration.


Key Features

Filter Design and Processing

  • IIR filter design: Butterworth, Chebyshev I/II, Elliptic, Bessel (analog and digital)
  • Filter order estimation and frequency domain transformations (low/high/bandpass/bandstop)
  • Bilinear transform, Matched-Z transform, group delay computation
  • State-space, zero-pole-numerator, and transfer function modeling
  • FIR filter design using window methods and Remez exchange algorithm
  • Hilbert transformers, differentiators, integrators, Savitzky-Golay smoothing, envelope detectors
  • Multi-rate filtering: half-band polyphase filters, decimation, interpolation, zoom-spectrum analysis

Nonlinear and Adaptive Filters

  • Sample-and-hold, sample-and-decay, and median filtering
  • High-quality rate conversion with linear-phase filtering and approximately 160 dB stopband attenuation

Spectral and Frequency-Domain Analysis

  • FFT and CZT-based spectral analysis with real-time streaming support
  • Parametric spectral estimation: Yule-Walker, Burg, Covariance, Modified-Covariance
  • Bispectrum, bicoherence, transfer function, and coherence estimation
  • Peak interpolation and peak tracking, phase unwrapping
  • Real and complex cepstrum, inverse cepstrum
  • Spectral statistics: noise floor, SFDR, THD, THDN, SINAD, RMS, SNR

Signal Synthesis, Streaming, and Measurement

  • Vectorized signal generators with stack-based function evaluation
  • Audio capture/playback with real-time monitoring and trigger support
  • Streaming components for continuous acquisition, playback, and logging

Time-Series Modeling and Forecasting

  • Spectral forecasting using controlled peak selection to produce smooth, interpretable predictions

Integration and Extensions

  • Fully interoperable with Dew.Math vector/matrix types
  • Optional visualization via a separate package:
    • For real-time charts and spectrum plots on Windows: Dew.Signal.Tee

IMPORTANT (for Windows Forms Designer Users)

Microsoft removed binary serialization support starting with .NET 8. Dew.Signal has been updated accordingly. RESX is no longer used for Dew.Signal component persistence.

If you are upgrading an existing WinForms application:

  1. Remove any existing Dew.Signal-related resources and references (if present).
  2. Dew.Signal related properties being loaded from "resource" need to be deleted from the Form's Initialization routine.

Typical failure symptoms when legacy resource references remain:

  • "The name 'resources' does not exist in the current context"
  • Designer load exceptions referencing resource lookups

Benefits of the new model:

  • resx files no longer encode Dew.Math/Dew.Signal type metadata, allowing smooth upgrades
  • The same approach is used across .NET Framework, .NET 8, and .NET 9
  • API surface is consistent across all target frameworks (net48, net8.0-windows, net9.0-windows)

Note: TeeChart-related serialization remains different due to Steema's internal design model.


Examples


Documentation


License

Commercial license. See DewDSPLicense.txt included in this package. All Dew.* NuGet packages on nuget.org are trial versions and work from inside Visual Studio IDE only.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Dew.Signal:

Package Downloads
Dew.Lab.Studio

Dew Lab Studio bundles the Dew.Math, Dew.Signal, and Dew.Stats libraries into a unified package suitable for scientific, engineering, financial, and real-time signal-processing applications. It includes full numerical computation, vectorized signal analysis and filtering, statistical modeling, probability distributions, spectral transforms, optimization, and advanced data workflows. This package also integrates visualization via Dew.Math.TeePro, Dew.Signal.Tee, and Dew.Stats.Tee, which extend TeeChart for high-performance plotting of large datasets, spectrograms, signal traces, matrices, probability distributions, and live streaming data. No hard WinForms linking is introduced into your own code; the visualization libraries depend on WinForms internally while allowing you to use WinForms, WPF, Avalonia, or custom UI frameworks. Included Components: - Dew.Math (Windows native-accelerated numerical computation) - Dew.Signal (real-time DSP, filtering, transforms, spectral and streaming signal analysis) - Dew.Stats (probability distributions, statistical modeling, hypothesis testing, inference) - Dew.Math.TeePro (high-speed charting extensions for numerical data) - Dew.Signal.Tee (spectral / time-frequency / oscilloscope plotting extensions) - Dew.Stats.Tee (statistical visualization and histogramming helpers) Usage Model: - Use Dew Lab Studio for Windows desktop and server applications requiring interactive visualization, scientific and engineering debugging workflows, data interpretation, or real-time signal monitoring. - For Linux HPC systems: use Dew.Lab.Studio.Linux (accelerated native Linux builds). - For maximum cross-platform portability: use Dew.Lab.Studio.Core (managed-only .Core builds). Platform Notes: - Dew.*.Tee packages depend on WinForms internally. Therefore, projects targeting net8.0-windows or net9.0-windows must enable the Windows Desktop framework (WinForms).

Dew.Signal.Tee

Dew.Signal.Tee provides high-performance visualization components for the Dew.Signal DSP library, integrating signal analysis pipelines with TeeChart for real-time, interactive charting. Included Components: - **SignalChart**: time-domain waveform visualization with dynamic scaling, cursors, markers, triggers - **SpectrumChart**: frequency-domain visualization with FFT scaling helpers, peak markers, zoom tools - **High-speed series types** optimized for continuous data streams and large capture buffers - **Helpers** for band power measurement, harmonic peak highlighting, dB scaling, and unit conversions Use Cases: - Real-time audio / vibration / RF / instrumentation monitoring - Spectral analysis UIs: FFT, CZT, STFT, spectrogram panels - Oscilloscope-style and waterfall data visualization - Any Windows application requiring fast DSP visualization This package depends on Dew.Signal and Dew.Math.TeePro. It requires WinForms on Windows desktop TFMs. No cross-platform UI here — visualization-only layer.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.3.10 288 12/15/2025
6.3.8 281 11/16/2025
6.2.3 675 5/18/2024
6.2.2 267 5/1/2024
6.0.8 1,344 1/16/2022