>  Docs Center  >  Libraries  >  JHU/APL/S1R  >  MAKEY
Libraries

MAKEY

MAKEY

Name


      MAKEY

Purpose


      Make simulated data. Useful for software development.

Category


Calling Sequence


      data = makey( n, w)

Inputs


      n = number of data values to make. in
      w = smoothing window size (def = 5% of n). in

Keyword Parameters


Keywords


        MIN=mn Optional data minimum value (def=0.).
        MAX=mx Optional data maximum value (def=mn+1.).
        /PERIODIC forces data to match at ends. Will not work
          for smoothing windows much more than about 30% of n.
        SEED=s Set random seed for repeatable results.
        LASTSEED=s returns last random seed used.

Outputs


      data = resulting data array (def = undef). out

Common Blocks


      makey_com

Notes


Modification History


      R. Sterner, 2 Apr, 1986.
      Johns Hopkins University Applied Physics Laboratory.
      RES 21 Nov, 1988 --- added SEED.
      R. Sterner, 2 Feb, 1990 --- added periodic.
      R. Sterner, 29 Jan, 1991 --- renamed from makedata.pro.
      R. Sterner, 24 Sep, 1992 --- Added /NORMALIZE.
      R. Sterner, 1994 Feb 22 --- Greatly simplified. Always normalize.
      R. Sterner, 2009 May 29 --- Added MIN=mn, MAX=mx.
      R. Sterner, 2010 May 04 --- Converted arrays from () to [].
  Copyright (C) 1986, Johns Hopkins University/Applied Physics Laboratory
  This software may be used, copied, or redistributed as long as it is not
  sold and this copyright notice is reproduced on each copy made. This
  routine is provided as is without any express or implied warranties
  whatsoever. Other limitations apply as described in the file disclaimer.txt.



© 2024 NV5 Geospatial Solutions, Inc. |  Legal
   Contact Us