DADiSP 6.5 Beta Downloads
Updated October 18, 2013 - DADiSP 6.5 B06
Commercial Product Downloads
DADiSP 6.5 B06
Beta
|
Windows
|
dsp65b06beta.exe [9.2 MB]
|
 Download Now!
|
DADiSP/ProPac 1.1
Beta
|
Windows
|
propac.exe [6.5 MB]
|
 Download Now!
|
Download Instructions
-
Click the DADiSP
Download Now button and OPEN or SAVE the file.
-
If DADiSP does not self-extract, run the self-installing
executable from the Start-Run Taskbar or a
MS-DOS command window.
-
Run DADiSP 6.5 to access the downloaded module.
Build 06 Specific Changes
Below is a list of changes and improvements specific to DADiSP 6.5 B06:
New Features and Functions
Larger Address Space
B06 is built to be aware of the larger address space provided by
64-bit Windows. Although still a 32-bit program, DADiSP 6.5 B06 now
has full access to the 4GB address space provided by 64-bit Windows.
On 64-bit systems with a large amount of on-board RAM, B06 will
generally run faster with big data by operating directly in RAM and
avoiding memory page swaps.
New ProPac Math Accelerator Module
The new
DADiSP/ProPac Module combines the
VectorXL module
with the
FFTXL and
MatrixXL modules to provide a single, optimized
numeric processing engine. Together, all three modules deliver
accelerated vector math, FFT and matrix computations by using the
Math Kernel Library from Intel. Speed improvements of 20% up to a
factor of 50x are common.
Data Processing
- BLOCKMAX computes the non-overlapping block maximum of a series.
- BLOCKMEDIAN computes the non-overlapping block median of a series.
- BLOCKMIN computes the non-overlapping block minimum of a series.
- MOVMEDIAN computes the N-point moving median of a series.
- REPCOLUMN replicates the columns of a series.
- REPELEMENTS replicates individual elements of a series.
- SEREXTRACT extracts multiple sections from a series.
Signal Processing
- DEMODAM demodulates an amplitude modulated series.
- MEDFILT1 performs median filtering of a series.
- MODAM performs amplitude modulation of a series.
- ZBPFILT performs band pass filtering by FFT zeroing.
- ZBSFILT performs band stop filtering by FFT zeroing.
Statistics
- BINCOEFF calculates the generalized binomial coefficient.
- COLRMS calculates the RMS for each column of an array.
- NCHOOSEK returns the unordered combinations of N elements in groups of K.
- PASCAL returns Pascal's Triangle.
- STATSUM computes summary statistics for one or more series.
Cursor Functions
- CURLOCSET sets cursor X locations of one or more windows based on a source window.
- CUREXTRACT extracts one or more series from a source window based on cursor indices.
- CURPOSSET sets cursor index positions of one or more windows based on a source window.
- CURXEXTRACT extracts one or more series from a source window based on cursor X locations.
Special Functions
- BETAINCINV computes the inverse regularized incomplete beta function.
- COSINT computes the cosine integral.
- DAWSON computes the Dawson integral.
- EXPINTEI computes the Cauchy principal value exponential integral.
- ERFCX computes the scaled complementary error function.
- ERFI computes the imaginary error function.
- FACTORIAL computes the factorial for positive integers.
- FADDEEVA computes the Faddeeva function.
- GAMMAINCINV computes the inverse regularized incomplete gamma function.
- HANKEL generates a Hankel matrix.
- SININT computes the sine integral.
- TOEPLITZ generates a Toeplitz matrix.
- VANDER generates a Vandermonde matrix.
Colors
- COLORTORGB converts a color index into RGB values.
- RGBTOCOLOR converts RGB values into a color index.
- SETCOLORBARLABEL sets the label for a COLORBAR.
Misc
- New |^ operator performs bitwise exclusive or.
- The __FILE__,
__FUNC__ and
__LINE__
macros return the filename, function name and line number of the current
SPL routine.
Improvements and Changes
- LARGEADDRESS mode supports more program memory on 64 bit Windows.
- Faster and more accurate implementation of ERF, ERFC and ERFCX by using
the complex FADDEEVA function.
- GAMMA and GAMMALN use fast Lanczos approximation for speed and accuracy.
- MOVMAX and MOVMIN handle complex series.
- Date/time axes supported for XYZ and surface plots.
- PRESERVE_WINDOW_LABELS configuration parameter supports "sticky" window labels.
- DEFAULT_LAYOUT configuration parameter supports startup window layout.
- TIC_X_STYLE and TIC_Y_STYLE configuration parameters determine if a plot is automatically
scaled on X/Y tic marks or data range.
- LOCALE_FORMAT_NUMERIC configuration parameter supports adding thousands
separator for numeric display, e.g. 10000 displays as 10,000.
- Modeless Function Wizard for easier point and click function selection.
- X data with NaN values plot as gaps.
- Y data with NaN values plot as gaps for XYZ and surface plots.
- Faster loading of Worksheets with big data.
- UpDown GUI selections support 32 bit integer values.
- Low density plots move faster via mouse.
- Faster X log plots.
Fixes
- NaN values generated by 0/0 expressions process correctly.
- DLL loading checks standard Windows folders.
- CALC(0) mode works properly for loaded series.
- Cursor handles complex and date/time for all axes.
- DWK saving supported for read-only Labbooks.
- Static variables preserved properly if an SPL load or compile fails.
- SPL functions with nested function #include statements compile properly.
- Import handles mixed ASCII real and complex data files properly.