diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-12-31 23:53:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-12-31 23:53:28 +0000 |
commit | bf3bdf1468c5264a57b6aac343f8c7d1a50de848 (patch) | |
tree | 661c955b7e81b2f207d0f5ee01f1e389738ff4fe /flow/gsl/gslfft.h | |
parent | 3aaef8e61de684af6ced2951ab2391cd104e0d4c (diff) | |
download | arts-bf3bdf1468c5264a57b6aac343f8c7d1a50de848.tar.gz arts-bf3bdf1468c5264a57b6aac343f8c7d1a50de848.zip |
Automated conversion
aRts now compiles with TQt for Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1210526 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/gsl/gslfft.h')
-rw-r--r-- | flow/gsl/gslfft.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gslfft.h b/flow/gsl/gslfft.h index ecfa320..51b9a8f 100644 --- a/flow/gsl/gslfft.h +++ b/flow/gsl/gslfft.h @@ -72,9 +72,9 @@ void gsl_power2_fftsc (const unsigned int n_values, * @n_values: Number of complex values * @r_values_in: Real sample values [0..n_values-1] * @ri_values_out: Complex frequency values [0..n_values-1] - * Real valued variant of gsl_power2_fftac(), the input array contains + * Real valued variant of gsl_power2_fftac(), the input array tqcontains * real valued equidistant sampled data [0..n_values-1], and the output - * array contains the positive frequency half of the complex valued + * array tqcontains the positive frequency half of the complex valued * fourier transform. Note, that the complex valued fourier transform H * of a purely real valued set of data, satisfies H(-f) = Conj(H(f)), * where Conj() denotes the complex conjugate, so that just the positive |