DADiSP 6.5 B05 Release Notes
Build 03 Release - Released February 16, 2011
Build 03 is an update of DADiSP 6.5 B01, B02 or B03 released prior to February 16, 2011.
Build 03 Specific Changes
Below is a list of changes and improvements specific to DADiSP 6.5 B03:
New Features and Functions
Data Processing
- DETREND removes a linear or piecewise linear trend from a series.
- FDERIV computes the frequency domain derivative.
- FPADFILT performs FFT based FIR filtering with end padding.
- INSERTCOL inserts a column into a table.
- REPLACECOL replaces values of a column in a table.
Graphics and Plot Attributes
- CLEARZLABEL removes the height (Z) label of a 3D window.
- GETSYMBOLINTERVAL, GETSYMBOLOFFSET and
GETSYMBOLSIZE return the symbol interval, offset and size of a series.
- GETXLIDX returns the leftmost index of a displayed series.
- GETXRIDX returns the rightmost index of a displayed series.
- GETYL returns the leftmost Y value of a displayed series.
- GETYR returns the rightmost Y value of a displayed series.
- GETZLABEL returns the height (Z) label of a 3D window.
- ISHANDLE returns non-zero if input is a shape or text handle.
- ISXYZ returns 1 if input is an XYZ series.
- OVERPLOTALL overplots one or more series onto a stripchart.
- SETSYMBOLINTERVAL, SETSYMBOLOFFSET and
SETSYMBOLSIZE sets symbol interval, offset and size for a series.
- SETZLABEL sets the height (Z) label of a 3D window.
- UNOVERPLOTALL removes one or more overplots from a stripchart.
Series Attributes and Machine Metrics
- BITMAX returns the largest positive floating point integer.
- GETZUNITS returns the height (Z) units of a 3D series.
- SETZUNITS sets the height (Z) units of a 3D series.
ActiveX
- ISOBJECT returns 1 if input is an ActiveX handle or checks the Registry if the input is a string.
- XLSAVE saves an Excel Worksheet via ActiveX.
- XLSAVEAS saves the current Excel Worksheet via ActiveX.
SPL
- SPLCOMPILEALL compiles one or more SPL files in a folder.
- SPLLOADALL compiles and loads one or more SPL files in a folder.
Misc Functions
- DISP displays a value as text in the status line.
- ISWINDS returns 1 if the window contains a saved series.
- NUM2STR converts a numeric to a string.
- VIEWTEXT displays text in a dialog box.
Improvements and Changes
- Ternary conditionals (
a ? b : c
) performance increase for
series arguments.
- Exiting the debugger breaks out of the current calculation.
- eps(X) returns the positive distance from
abs(X)
such that
X + eps(X) != X
.
- For scalar
a
, a[1] == a
, i.e. array references
work with scalar variables.
- STRMATCH accepts an optional parameter to return the substring index of a matching substring.
- The NA_COMPARE_MODE configuration parameter specifies the behavior of nan comparisons.
- MENULIST provides the same dialog box functionality as
MENUFILE but accepts string input.
Fixes
- MKDIR creates
nested directories correctly.
- FPRINTF handles
SPRINTF format
strings correctly.
- LEVELCROSS processes
large series correctly.
- switch handles negative case properly.
- LOADDATASET and
LOADSERIES propagate
calculations properly
- Real time date and time axes display high precision time values properly
Vista/Windows 7 Support
DADiSP 6.5 B03 includes native HTML help files compatible with
Vista and Windows 7. Help access is unchanged - use the standard pull down menus
or command form.