Navigation

Operators and Keywords

Function List:

C++ API

  This function creates a gif file from the data pack (DATA).

  After starting the main routine just type the following command at the
  prompt:
  datapack_to_gif(DATA,Filename,Frames);
  datapack_to_gif(DATA,Filename,Frames,gray);
  datapack_to_gif(DATA,Filename,Frames,jet);
  
  Input:
  DATA     is the speckle data pack. Where DATA is a 3D matrix created grouping NTIMES 
           intensity matrices with NLIN lines and NCOL columns. When N=size(DATA), then
           N(1,1) represents NLIN and
           N(1,2) represents NCOL and
           N(1,3) represents NTIMES.
  Filename is the name of gif file.
  Frames   is the number of frames in the gif file. 
  Map      [Optional] is the colormap, this value can be: jet, gray, hsv, ..., etc.
           By default: jet. See: colormap('list')
  Time     [Optional] is the time between frames in the gif file. By default: 0.5 sec.

  Output:
  h        is the name of gif file.


  For help, bug reports and feature suggestions, please visit:
  http://nongnu.org/bsltl/

Package: bsltl