All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rsf.util.Histogram

java.lang.Object
   |
   +----rsf.util.Histogram

public class Histogram
extends Object
This computes a histogram of a given Rsf.


Constructor Index

 o Histogram()

Method Index

 o main(String[])
 o sort(Rsf, Rsf1)
input is sorted into bin.

Constructors

 o Histogram
 public Histogram()

Methods

 o main
 public static void main(String args[])
 o sort
 public static void sort(Rsf input,
                         Rsf1 bin)
input is sorted into bin. The bin Rsf is sampling the input's amplitude space.


All Packages  Class Hierarchy  This Package  Previous  Next  Index