Dew.Lab.Studio 6.3.10

dotnet add package Dew.Lab.Studio --version 6.3.10
                    
NuGet\Install-Package Dew.Lab.Studio -Version 6.3.10
                    
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.Lab.Studio" Version="6.3.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dew.Lab.Studio" Version="6.3.10" />
                    
Directory.Packages.props
<PackageReference Include="Dew.Lab.Studio" />
                    
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.Lab.Studio --version 6.3.10
                    
#r "nuget: Dew.Lab.Studio, 6.3.10"
                    
#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.Lab.Studio@6.3.10
                    
#: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.Lab.Studio&version=6.3.10
                    
Install as a Cake Addin
#tool nuget:?package=Dew.Lab.Studio&version=6.3.10
                    
Install as a Cake Tool

Dew.Lab.Studio

Integrated numerical, signal-processing, statistics, and visualization toolkit for Windows (.NET)

Dew.Lab.Studio combines the full Dew.Math, Dew.Signal, and Dew.Stats libraries into a unified development environment for scientific computing, engineering analysis, simulation, DSP processing, and measurement applications. High-performance numerical kernels, vectorized DSP algorithms, statistical modeling, and TeeChart-based visualization components are included.

Visualization modules included:

  • Dew.Math.TeePro
  • Dew.Signal.Tee
  • Dew.Stats.Tee

These provide high-speed rendering for:

  • Time-domain signals (oscilloscope style)
  • Spectral displays (FFT, CZT, peak tracking)
  • Heatmaps and matrix visualizations
  • Statistical histograms and distribution profiles

Included Libraries

Library Purpose
Dew.Math Windows-native accelerated numerical computing
Dew.Signal Real-time DSP filtering, FFT, streaming, measurement
Dew.Stats Probability, regression, inference, statistical modeling
Dew.Math.TeePro High-speed charting for numerical data
Dew.Signal.Tee Waveform, spectrum, and spectrogram visualization
Dew.Stats.Tee Statistical visualization and histogram tools

Drop-in Replaceable Across Platforms

Dew.Lab.Studio (Windows), Dew.Lab.Studio.Linux (Linux), and Dew.Lab.Studio.Core (portable managed code) share the same namespaces, API, and type structure.

This allows platform switching with no code changes:

  1. Develop on Windows using Dew.Lab.Studio
  2. Before Linux deployment:
    • Uninstall Dew.Lab.Studio
    • Install Dew.Lab.Studio.Linux
  3. Rebuild and deploy to Linux

Or use Dew.Lab.Studio.Core for the widest portability. All variants compile against the same code.


Platform Notes

  • Targets: net48, net8.0-windows, net9.0-windows
  • Dew.*.Tee components require WinForms support.
  • Enable Windows desktop SDK for .NET 8/9:

<PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <UseWindowsForms>true</UseWindowsForms> </PropertyGroup>


Examples

Windows / WinForms / WPF: https://github.com/Dew-Research/DewLabStudio-NETFramework-Samples

.NET 6/7/8/9 WinForms: https://github.com/Dew-Research/DewLabStudio-NETCore-Samples

Organization Home: https://github.com/Dew-Research


Documentation

API Reference: https://www.dewresearch.com/Help/VSNET/MtxVec/contents.html

User Guides (PDF): https://downloads.dewresearch.com/downloads/MtxVecV6-CSharp.pdf https://downloads.dewresearch.com/downloads/SignalV6-CSharp.pdf https://downloads.dewresearch.com/downloads/StatsV6-CSharp.pdf


License

Commercial license. See DewMathLicense.txt included in this package. All Dew.* packages on nuget.org are trial versions and run 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

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
6.3.10 254 12/15/2025
6.3.8 274 11/16/2025
6.2.3 417 5/18/2024
6.2.2 258 5/1/2024
6.0.8 961 1/16/2022