Ver código fonte

README.md : Update plots.

master
kevin 3 anos atrás
pai
commit
ff42600bda
1 arquivos alterados com 54 adições e 12 exclusões
  1. 54
    12
      README.md

+ 54
- 12
README.md Ver arquivo

24
 `c 60 61` 
24
 `c 60 61` 
25
 
25
 
26
 
26
 
27
-
27
+## Plot Cheat Sheet
28
 
28
 
29
 
29
 
30
 ![Plot Seq 1](doc/do_td_plot.png)
30
 ![Plot Seq 1](doc/do_td_plot.png)
31
-`python plot_seq.py ~/temp/p_ac_3_od p_ac.yml 60 10`
32
-`do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )`
31
+
32
+````
33
+    python plot_seq.py ~/temp/p_ac_3_od p_ac.yml 60 10
34
+    
35
+    do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )
36
+````
37
+
38
+---
39
+
40
+![Multi Usec dB](doc/us_db.png)
41
+
42
+````
43
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84
44
+````
45
+
46
+
47
+---
33
 
48
 
34
 ![Multi Plot 1](doc/multi_plot.png)
49
 ![Multi Plot 1](doc/multi_plot.png)
35
-`python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5`
36
-plot_seq.py `do_td_multi_plot(inDir,cfg.analysisArgs,[(36,4), (48,2)] )`
50
+
51
+````
52
+python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5
53
+
54
+plot_seq.py `do_td_multi_plot(inDir,cfg.analysisArgs,[(36,4), (48,2)] )
55
+````
56
+---
37
 
57
 
38
 ![Spectral Ranges](doc/plot_spectral_ranges.png)
58
 ![Spectral Ranges](doc/plot_spectral_ranges.png)
39
-`python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges 60 3 60 4`
40
 
59
 
60
+````
61
+#                                                                 pitch0 takeId0 pitch1 takeId1
62
+python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges   60      3       60      4
63
+
64
+````
41
 
65
 
42
-![Multi Usec dB](doc/us_db.png)
43
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84`
66
+---
44
 
67
 
45
 ![Usec dB Spread](doc/us_db_map.png)
68
 ![Usec dB Spread](doc/us_db_map.png)
46
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72`
69
+
70
+````
71
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72
72
+````
73
+
74
+---
47
 
75
 
48
 ![Min Max](doc/min_max_db.png)
76
 ![Min Max](doc/min_max_db.png)
49
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84`
50
 
77
 
78
+````
79
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84
80
+````
81
+
82
+---
51
 
83
 
52
 ![Min Max 2](doc/min_max_db_2.png)
84
 ![Min Max 2](doc/min_max_db_2.png)
85
+
53
 The last number in the list is the 'takeId'
86
 The last number in the list is the 'takeId'
54
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2 36 48 60 72 84 2`
55
 
87
 
56
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db`
88
+````
89
+#                                                        pitch0 pitch1 pitch2 pitch3 pitch4 takeId
90
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2   36     48      60     72     84     2
91
+````
92
+
93
+---
94
+![Manual dB](doc/manua_db.png)
95
+
96
+````
97
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db
98
+````
57
 
99
 
58
 Interpolate across the min and max db values to form the min/max curves for the complete
100
 Interpolate across the min and max db values to form the min/max curves for the complete
59
 set of keys.  The anchor points for the curves are taken from cfg record
101
 set of keys.  The anchor points for the curves are taken from cfg record

Carregando…
Cancelar
Salvar