Navigation

Operators and Keywords

Function List:

C++ API

NEWS for 'bsltl' Package

Return to the 'bsltl' package

===============================================================================
bsltl-1.1.0   Release Date: 2016-08-14   Release Manager: Fernando Pujaico R.
===============================================================================
** select_points.m and thsp_points.m added.
   select_points.m: select a set of points and return a matrix with these values.
   thsp_points.m: return a THSP from a set of points delivered from a matrix with 
   these values.
** get_fir_filter.m added
   get_fir_filter.m: function similar to fir1 of signal package.

===============================================================================
bsltl-1.0.2   Release Date: 2016-07-14   Release Manager: Fernando Pujaico R.
===============================================================================
** datapack.m fixed error when the address does not initialize with '~/'.

===============================================================================
bsltl-1.0.1   Release Date: 2016-06-30   Release Manager: Fernando Pujaico R.
===============================================================================
** datapack_to_bmp.m function change the type of the return value. Now is 
   returned a datapack struct with the fields: {file, format, init, dir, nel}.
** datapack.m function now expand images dir with '~/', with the home path value.
** thsp_gaussian.m function got a new characteristic in your fourth parameter.
   Now is accepted, optionally, a graphic handler as fourth parameter; also
   can be selected the color of the plotted points.
** Added texinfo overview and consequently overview.html.
** datapack_to_bmp.m function got a new characteristic in your second parameter.
   this is equal to improve in datapack.m. 
** datapack.m function got a new characteristic in your second parameter.
   Now is possible load images with the format: 
   img0001.bmp, img0002.bmp, ..., img0009.bmp, img0010.bmp, img0011.bmp. 
   using the command: DATA=datapack(IMAGESDIR,'img%04d',1,12,'bmp');
** thsp.m function got a new characteristic in your second parameter.
   Now R=1 and R='line' select a line in the datapack. Similarly, 
   R=2 and R='column' select a column in the datapack.

===============================================================================
bsltl-1.0.0   Release Date: 2016-04-22   Release Manager: Fernando Pujaico R.
===============================================================================
 ** Begin - version 1.0.0 of BSLTL.

Package: bsltl