Changeset 1496

Show
Ignore:
Timestamp:
09/26/08 06:02:05 (2 months ago)
Author:
cdavid
Message:

Fix example.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/samplerate/scikits/samplerate/doc/src/index.txt

    r1494 r1496  
    1010with numpy arrays. 
    1111 
    12 .. include-literal: examples/example1.py 
    13  
    14 The above figure plots the error signal for a 1000 Hz sinusoid converted 
    15 from 44.1 Khz to 48 Khz (compare to an sinusoid directly sampled @ 48 khz). The 
    16 script used to generate the figure is here: 
    17  
    18 .. image:: examples/example1.png 
    19     :width: 500 
    20     :height: 400 
    21  
    2212Download 
    2313======== 
     
    2616or in `zip format <samplerate-0.1.zip>`_. 
    2717 
    28 .. _samplerate: http://www.ar.media.kyoto-u.ac.jp/members/david/archives/samplerate-0.1.tar.gz 
    2918 
    3019LICENSE 
    31 ------- 
     20======= 
    3221 
    3322samplerate is released under the GPL license (the same as SRC). 
     
    3625===== 
    3726 
    38 Hopefully coming soon :) 
     27A simple example: 
     28 
     29.. literalinclude:: examples/example1.py 
     30 
     31.. htmlonly::  
     32        .. image:: examples/example1.png 
     33            :width: 500 
     34            :height: 400 
     35 
     36The  figure plots the error signal for a 1000 Hz sinusoid converted from 44.1 
     37Khz to 48 Khz (compare to an sinusoid directly sampled @ 48 khz). 
    3938 
    4039TODO: