Home » Support » Update Downloads


"A jewel, a fully responsive package that meets the needs of the Test & Evaluation world."

- Mike Alamo, Ordnance Evaluation

DADiSP Update Downloads (Japanese)

Updated March 22, 2012 - DADiSP 6.5 B04

DADiSP 6.5 B04 Updates (Japanese)

DADiSP-Pro
6.5 B04

Professional Update
Windows
7/9x/2K/NT/XP/Vista
jup65b0104.exe
[7.8 MB]
jup65b0104.exe
Download Now!
DADiSP-Academic
6.5 B04

Academic Update
Windows
7/9x/2K/NT/XP/Vista
jup65b0104a.exe [7.8 MB] jup65b0104a.exe
Download Now!
DADiSP-Pro FLOAT
6.5 B04

Floating License Update
Windows
7/9x/2K/NT/XP/Vista
jup65b0104f.exe
[8.0 MB]
jup65b0104f.exe
Download Now!


Download Instructions


DADiSP 6.5 B04 Update Requirements


This update is available for authorized DADiSP 6.5 B01 products or higher only. If you have DADiSP 6.5 B01, B02, B03 or a version of DADiSP 6.5 B04 released prior to March 20, 2012, application of this update is recommended.

If your major version number of DADiSP is less than 6.5 (DADiSP/2002 or prior), please contact us about upgrading to DADiSP 6.5.

To display your major version number, build number and build date, select:


  Help » About

from the main pulldown menu.

DADiSP Help About

Build 04 Release - Released March 20, 2012


Build 04 is an update of DADiSP 6.5 B01, B02, B03 or B04 released prior to March 20, 2013.

Build 04 Specific Changes


Below is a list of changes and improvements specific to DADiSP 6.5 B04:

New Features and Functions


Faster Computation


Matrix Manipulation


  1. CROSSPROD efficiently computes the matrix cross product.
  2. FUNM computes the general matrix function.
  3. LOGM computes the matrix logarithm.
  4. RCOND computes the reciprocal matrix condition number.
  5. SQRTM computes the matrix square root.
  6. New MatrixXL Module accelerates core matrix computations by 3X to 50X.

Image Processing


  1. IMCONV performs 2D convolution on RGB images.
  2. MAXFILT performs maximum filtering on an image.
  3. MEDFILT performs median filtering on an image.
  4. MINFILT performs minimum filtering on an image.
  5. READIMAGE reads a BMP, GIF or JPEG image file.

Logical Functions


  1. ISEQUAL compares two inputs for equality.
  2. ISPRIME returns 1 for each series value that is prime.

Graphics and Plot Attributes


  1. NUMFOCUS returns the number of overlays in a Window.
  2. XYALT creates an XY plot with alternate X scales.

Misc Functions


  1. MATLAB executes a command string in MATLAB syntax.
  2. SERPAD pads a series with a specified value.

Improvements and Changes


  1. READB supports N byte (multi-byte) integer data.
  2. WRITEB supports N byte (multi-byte) integer data.
  3. Data import supports huge multi-channel binary files. Although each channel is limited to 2 GB, the import file has no practical size limitation.
  4. SORT has been optimized for speed for large series.
  5. Binary series operators have been optimized for speed for large series.
  6. CASCADE supports initial and final conditions.
  7. FILTEQ supports initial and final conditions.
  8. CONV2D accepts an optional "shape" parameter.
  9. LU returns an optional permutation matrix.
  10. QR supports "compact" mode and returns an optional permutation matrix.
  11. SVD supports "compact" and "economy" modes.
  12. COND accepts an optional p-norm parameter.
  13. SETASPECT(-1) sets a Window aspect ratio to the size of the contained image.
  14. SPL_BANG_COMMENT configures ! as SPL single line comment.

Fixes


  1. GUI based dataset deletion handles datasets with a large number of series properly.
  2. MENULIST accepts a long input list correctly.
  3. GUI based text and legend editing has been corrected.
  4. ITERATE supports SPL functions that do not return a series.
  5. Large series with NA gaps plot correctly.
  6. SPL preprocessor fix for #if, #else, #endif conditionals.