Dew.Signal
6.3.8
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
<PackageReference Include="Dew.Signal" Version="6.3.8" />
<PackageVersion Include="Dew.Signal" Version="6.3.8" />
<PackageReference Include="Dew.Signal" />
paket add Dew.Signal --version 6.3.8
#r "nuget: Dew.Signal, 6.3.8"
#:package Dew.Signal@6.3.8
#addin nuget:?package=Dew.Signal&version=6.3.8
#tool nuget:?package=Dew.Signal&version=6.3.8
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:
- Remove any existing Dew.Signal-related resources and references (if present).
- 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
WinForms / WPF / ASP.NET (.NET Framework): https://github.com/Dew-Research/DewLabStudio-NETFramework-Samples
WinForms (.NET Core / .NET 6-9): https://github.com/Dew-Research/DewLabStudio-NETCore-Samples
Organization Home: https://github.com/Dew-Research
Documentation
- API Reference: https://www.dewresearch.com/Help/VSNET/DSPMaster/contents.html
- User Guide (PDF): http://downloads.dewresearch.com/downloads/SignalV6-CSharp.pdf
- Product Page: https://www.dewresearch.com/products/dsp-master/dsp-master-for-visual-studio-net
- NuGet Publisher Profile: https://www.nuget.org/profiles/DewResearch/
- License: https://www.dewresearch.com/downloads/LicenseNET.pdf
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 | Versions 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. |
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.