Package org.noise_planet.nmtutorial01
Class GenerateReferenceDeviation
- java.lang.Object
-
- org.noise_planet.nmtutorial01.GenerateReferenceDeviation
-
public class GenerateReferenceDeviation extends Object
-
-
Constructor Summary
Constructors Constructor Description GenerateReferenceDeviation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double[]
addArray(double[] first, double[] second)
static void
main(String[] args)
For each cnossos test case, compute the attenuation and compare with the expected value, generate the result report in rst format.
-
-
-
Method Detail
-
addArray
public static double[] addArray(double[] first, double[] second)
-
main
public static void main(String[] args) throws IOException
For each cnossos test case, compute the attenuation and compare with the expected value, generate the result report in rst format.- Parameters:
args
- var args- Throws:
IOException
- exception
-
-