Searched refs:omega (Results 1 - 16 of 16) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DHarmonicFunction.java23 /** Harmonic function of the form <code>f (t) = a cos (&omega; t + &phi;)</code>.
32 /** Pulsation &omega;. */
33 private final double omega; field in class:HarmonicFunction
40 * @param omega pulsation
43 public HarmonicFunction(double a, double omega, double phi) { argument
45 this.omega = omega;
51 return a * FastMath.cos(omega * x + phi);
56 return new HarmonicFunction(a * omega, omega, ph
[all...]
H A DHarmonicFitter.java28 * estimated coefficients are the amplitude a, the pulsation &omega; and
29 * the phase &phi;: <code>f (t) = a cos (&omega; t + &phi;)</code>. They are
40 /** Values for amplitude, pulsation &omega; and phase &phi;. */
56 * pulsation &omega; (index 1) and phase &phi; (index 2)
115 final double omega = parameters[1];
117 return a * FastMath.cos(omega * x + phi);
123 final double omega = parameters[1];
125 final double alpha = omega * x + phi;
H A DHarmonicCoefficientsGuesser.java29 * &omega; and &phi; such that f (t) = a cos (&omega; t + &phi;).
35 * If'2 (t) = &int; f'<sup>2</sup> = a<sup>2</sup> &omega;<sup>2</sup> &times; [t - S (t)] / 2
36 * where S (t) = sin (2 (&omega; t + &phi;)) / (2 &omega;)
42 * If'2 (t) = a<sup>2</sup> &omega;<sup>2</sup> t - &omega;<sup>2</sup> If2 (t)
78 * <p>In fact, we can assume both a and &omega; are positive and
79 * compute them directly, knowing that A = a<sup>2</sup> &omega;<sup>2</sup> and that
80 * B = - &omega;<su
136 private double omega; field in class:HarmonicCoefficientsGuesser
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
H A DGLSMultipleLinearRegression.java67 * @param omega the [n,n] array representing the covariance
69 protected void newCovarianceData(double[][] omega){ argument
70 this.Omega = new Array2DRowRealMatrix(omega);
/external/fec/
H A Ddecode_rs.c35 data_t b[NROOTS+1], t[NROOTS+1], omega[NROOTS+1]; local
213 * Compute err+eras evaluator poly omega(x) = s(x)*lambda(x) (modulo
214 * x**NROOTS). in index form. Also find deg(omega).
223 omega[i] = INDEX_OF[tmp];
227 * Compute error values in poly-form. num1 = omega(inv(X(l))), num2 =
233 if (omega[i] != A0)
234 num1 ^= ALPHA_TO[MODNN(omega[i] + i * root[j])];
H A Ddecode_rs.h77 data_t b[NROOTS+1], t[NROOTS+1], omega[NROOTS+1]; variable
249 * Compute err+eras evaluator poly omega(x) = s(x)*lambda(x) (modulo
250 * x**NROOTS). in index form. Also find deg(omega).
259 omega[i] = INDEX_OF[tmp];
263 * Compute error values in poly-form. num1 = omega(inv(X(l))), num2 =
269 if (omega[i] != A0)
270 num1 ^= ALPHA_TO[MODNN(omega[i] + i * root[j])];
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c104 static const char omega[6] = {0x6F, 0x6D, 0x65, 0x67, 0x61, 0}; /* "omega" */ local
121 _put(hash, omega, 24, 0);
126 _put(hash, omega, 48, 24);
133 _get(hash, omega, 48);
/external/conscrypt/
H A Dgradlew.bat84 :omega label
/external/droiddriver/
H A Dgradlew.bat90 :omega label
/external/drrickorang/LoopbackApp/
H A Dgradlew.bat90 :omega label
/external/smali/
H A Dgradlew.bat84 :omega label
/external/testng/
H A Dgradlew.bat90 :omega label
/external/volley/
H A Dgradlew.bat84 :omega label
/external/vulkan-validation-layers/demos/smoke/android/
H A Dgradlew.bat90 :omega label
/external/walt/android/WALT/
H A Dgradlew.bat90 :omega label
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 536 milliseconds