diff options
author | JK Wood <joshuakwood@gmail.com> | 2014-07-16 19:06:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-16 19:06:35 +0700 |
commit | 47b1ef0f555e018fe3a07c48cfe0ae5f5f1654c4 (patch) | |
tree | 70b33663b337ed1f0a094b4a0cbcbd2be474730d /ham/xanalyser/README | |
parent | 5d17f10ae1abcb55da568537074f87799ac058ba (diff) | |
download | slackbuilds-47b1ef0f555e018fe3a07c48cfe0ae5f5f1654c4.tar.gz |
ham/xanalyser: Added (stereo audio analyser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/xanalyser/README')
-rw-r--r-- | ham/xanalyser/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ham/xanalyser/README b/ham/xanalyser/README new file mode 100644 index 0000000000..fac4533465 --- /dev/null +++ b/ham/xanalyser/README @@ -0,0 +1,21 @@ +XAnalyser is a program to analyse a stereo audio signal. It has two +displays: +Frequency Spectrum + +Using Fast Fourier Transform, the time domain of the signal is +transformed into the frequency domain, i.e. the amplitude (in +logarithmic scale) of the audio signal is plotted versus the +frequency. Either the sum of the left and right channel of the +audio signal can be shown or both channels simultaneously. + +XY Scope + +Roughly speaking, the audio signal of left channel deflects a +point horizontally and the right channel vertically (just as the +beam of a CRT would do). Thus, an audio signal only present on +the left channel produces a horizontal line, whereas an audio +signal only present on the right channel produces a vertical +line. A mono signal produces a 45 degree line. A stereo signal +creates a wilde pattern (if the phase is correct, predominately +in the same direction as a mono signal) or may even fill the entire +scope. |