ソースを参照

README.md : Update and add new plots.

master
kevin 3年前
コミット
846f1d5aa8
3個のファイルの変更50行の追加1行の削除
  1. 50
    1
      README.md
  2. バイナリ
      doc/us_db_takes.png
  3. バイナリ
      doc/us_db_takes_last.png

+ 50
- 1
README.md ファイルの表示

29
 
29
 
30
 ![Plot Seq 1](doc/do_td_plot.png)
30
 ![Plot Seq 1](doc/do_td_plot.png)
31
 
31
 
32
+Print a specific pitch and take.
33
+
32
 ````
34
 ````
33
-    python plot_seq.py ~/temp/p_ac_3_od p_ac.yml 60 10
35
+    python plot_seq.py p_ac.yml ~/temp/p_ac_3_of td_plot 60 2
34
     
36
     
35
     do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )
37
     do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )
36
 ````
38
 ````
39
 
41
 
40
 ![Multi Usec dB](doc/us_db.png)
42
 ![Multi Usec dB](doc/us_db.png)
41
 
43
 
44
+Plot all the takes for a given pitch
45
+
42
 ````
46
 ````
43
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84
47
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84
44
 ````
48
 ````
45
 
49
 
50
+---
51
+
52
+![Overlapping USec dB](doc/us_db_takes.png)
53
+
54
+Plot a specific set of pitches and takes.
55
+
56
+````
57
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_of us_db_pitch_take 75 0 76 0 77 0 78 0 72 10 73 1 74 1
58
+````
59
+
60
+---
61
+
62
+![Overlapping USec dB](doc/us_db_takes_last.png)
63
+
64
+Plot the last take from a list of pitches.
65
+
66
+````
67
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_of us_db_pitch_last 77 78 79 80
68
+````
69
+
46
 
70
 
47
 ---
71
 ---
48
 
72
 
49
 ![Multi Plot 1](doc/multi_plot.png)
73
 ![Multi Plot 1](doc/multi_plot.png)
50
 
74
 
75
+Plot the time domain envelope for a specific set of pitches and takes.
76
+
51
 ````
77
 ````
52
 python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5
78
 python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5
53
 
79
 
57
 
83
 
58
 ![Spectral Ranges](doc/plot_spectral_ranges.png)
84
 ![Spectral Ranges](doc/plot_spectral_ranges.png)
59
 
85
 
86
+Plot the spectrum with harmonic location markers of a specific set of pitches and takes.
87
+
60
 ````
88
 ````
61
 #                                                                 pitch0 takeId0 pitch1 takeId1
89
 #                                                                 pitch0 takeId0 pitch1 takeId1
62
 python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges   60      3       60      4
90
 python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges   60      3       60      4
67
 
95
 
68
 ![Usec dB Spread](doc/us_db_map.png)
96
 ![Usec dB Spread](doc/us_db_map.png)
69
 
97
 
98
+Plot the microsecond variance to achieve a given decibel value.
99
+
70
 ````
100
 ````
71
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72
101
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72
72
 ````
102
 ````
73
 
103
 
74
 ---
104
 ---
75
 
105
 
106
+![Resample](doc/resample_pulse_times.png)
107
+
108
+Analyze all takes for given pitch and show the mean us/db curve and
109
+places where resampling may be necessary.
110
+
111
+````
112
+python plot_seq.py p_ac.yml ~/temp/p_ac_3_of resample_pulse_times 84
113
+````
114
+
115
+
116
+---
117
+
76
 ![Min Max](doc/min_max_db.png)
118
 ![Min Max](doc/min_max_db.png)
77
 
119
 
120
+Plot the min and max decibel values for specified pitches.
121
+
78
 ````
122
 ````
79
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84
123
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84
80
 ````
124
 ````
83
 
127
 
84
 ![Min Max 2](doc/min_max_db_2.png)
128
 ![Min Max 2](doc/min_max_db_2.png)
85
 
129
 
130
+Plot the min and max decibel values for specified pitches.
131
+
86
 ````
132
 ````
87
 #                                                        pitch0 pitch1 pitch2 pitch3 pitch4 takeId
133
 #                                                        pitch0 pitch1 pitch2 pitch3 pitch4 takeId
88
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2   36     48      60     72     84     2
134
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2   36     48      60     72     84     2
91
 ---
137
 ---
92
 ![Manual dB](doc/manual_db.png)
138
 ![Manual dB](doc/manual_db.png)
93
 
139
 
140
+Plot the min and max decibel values for specified set of manually corrected pitches.
141
+
142
+
94
 ````
143
 ````
95
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db
144
 python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db
96
 ````
145
 ````

バイナリ
doc/us_db_takes.png ファイルの表示


バイナリ
doc/us_db_takes_last.png ファイルの表示


読み込み中…
キャンセル
保存