1osiv_tune(1) General Commands Manual osiv_tune(1)
2
3
4
6 osiv_tune - generates fftw wisdom files
7
9 osiv_tune -r row -c column [-o output]
10
11
13 osiv_tune is a program for generating fftw wisdom files for
14 windows with particular dimensions. If the output file is omit‐
15 ted or set to "-", data will be written to standard out.
16
17
19 -o FILE
20 The text file to which the output should be written. If
21 this option is not used, then output is written to the
22 standard out by default.
23
24
25 -n --wind-size INTEGER
26 The number of rows and columns for which FFT wisdom
27 should be calculated. This is a shorthand for setting
28 --wind-xsize and --wind-ysize to the same value.
29
30
31 -r --wind-ysize INTEGER
32 The rows in the window for which FFT wisdom should be
33 calculated. This number should made to match the number
34 specified in the --wind-ysize argument to osiv_corr. If
35 it does not then the tuning information will simply be
36 ignored.
37
38
39 -c --wind-xsize INTEGER
40 The columns in the window for which FFT wisdom should be
41 calculated. This number should match the number speci‐
42 fied in the --wind-xsize argument to osiv_corr. If it
43 does not then the tuning information will simply be
44 ignored.
45
46
48 Additional documentation can be found online at www.osiv.org.
49
50
52 osiv_corr(1), osiv_dump(1), osiv_draw(1), osiv_synth(1),
53 readovd(3).
54
55
57 No known bugs. Please report bugs as www.osiv.org.
58
59
61 Copyright © 2003-2005 James Strother.
62
63
64
65 OSIV-2.0 osiv_tune(1)