Changeset 1496
- Timestamp:
- 09/26/08 06:02:05 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/samplerate/scikits/samplerate/doc/src/index.txt
r1494 r1496 10 10 with numpy arrays. 11 11 12 .. include-literal: examples/example1.py13 14 The above figure plots the error signal for a 1000 Hz sinusoid converted15 from 44.1 Khz to 48 Khz (compare to an sinusoid directly sampled @ 48 khz). The16 script used to generate the figure is here:17 18 .. image:: examples/example1.png19 :width: 50020 :height: 40021 22 12 Download 23 13 ======== … … 26 16 or in `zip format <samplerate-0.1.zip>`_. 27 17 28 .. _samplerate: http://www.ar.media.kyoto-u.ac.jp/members/david/archives/samplerate-0.1.tar.gz29 18 30 19 LICENSE 31 ------- 20 ======= 32 21 33 22 samplerate is released under the GPL license (the same as SRC). … … 36 25 ===== 37 26 38 Hopefully coming soon :) 27 A simple example: 28 29 .. literalinclude:: examples/example1.py 30 31 .. htmlonly:: 32 .. image:: examples/example1.png 33 :width: 500 34 :height: 400 35 36 The figure plots the error signal for a 1000 Hz sinusoid converted from 44.1 37 Khz to 48 Khz (compare to an sinusoid directly sampled @ 48 khz). 39 38 40 39 TODO:
