浏览代码

README.md : Update formatting.

master
kevin 3 年前
父节点
当前提交
109944f130
共有 1 个文件被更改,包括 23 次插入16 次删除
  1. 23
    16
      README.md

+ 23
- 16
README.md 查看文件

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

正在加载...
取消
保存