README.md : Update plots.
This commit is contained in:
parent
cb93150973
commit
ff42600bda
70
README.md
70
README.md
@ -24,36 +24,78 @@ Capture note 60 and 61 using the full_pulseL[] and holdDutyPctD{} from the p_ac.
|
||||
`c 60 61`
|
||||
|
||||
|
||||
|
||||
## Plot Cheat Sheet
|
||||
|
||||
|
||||
![Plot Seq 1](doc/do_td_plot.png)
|
||||
`python plot_seq.py ~/temp/p_ac_3_od p_ac.yml 60 10`
|
||||
`do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )`
|
||||
|
||||
![Multi Plot 1](doc/multi_plot.png)
|
||||
`python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5`
|
||||
plot_seq.py `do_td_multi_plot(inDir,cfg.analysisArgs,[(36,4), (48,2)] )`
|
||||
````
|
||||
python plot_seq.py ~/temp/p_ac_3_od p_ac.yml 60 10
|
||||
|
||||
![Spectral Ranges](doc/plot_spectral_ranges.png)
|
||||
`python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges 60 3 60 4`
|
||||
do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )
|
||||
````
|
||||
|
||||
---
|
||||
|
||||
![Multi Usec dB](doc/us_db.png)
|
||||
`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84`
|
||||
|
||||
````
|
||||
python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84
|
||||
````
|
||||
|
||||
|
||||
---
|
||||
|
||||
![Multi Plot 1](doc/multi_plot.png)
|
||||
|
||||
````
|
||||
python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5
|
||||
|
||||
plot_seq.py `do_td_multi_plot(inDir,cfg.analysisArgs,[(36,4), (48,2)] )
|
||||
````
|
||||
---
|
||||
|
||||
![Spectral Ranges](doc/plot_spectral_ranges.png)
|
||||
|
||||
````
|
||||
# pitch0 takeId0 pitch1 takeId1
|
||||
python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges 60 3 60 4
|
||||
|
||||
````
|
||||
|
||||
---
|
||||
|
||||
![Usec dB Spread](doc/us_db_map.png)
|
||||
`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72`
|
||||
|
||||
````
|
||||
python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72
|
||||
````
|
||||
|
||||
---
|
||||
|
||||
![Min Max](doc/min_max_db.png)
|
||||
`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84`
|
||||
|
||||
````
|
||||
python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84
|
||||
````
|
||||
|
||||
---
|
||||
|
||||
![Min Max 2](doc/min_max_db_2.png)
|
||||
The last number in the list is the 'takeId'
|
||||
`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2 36 48 60 72 84 2`
|
||||
|
||||
`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db`
|
||||
The last number in the list is the 'takeId'
|
||||
|
||||
````
|
||||
# pitch0 pitch1 pitch2 pitch3 pitch4 takeId
|
||||
python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2 36 48 60 72 84 2
|
||||
````
|
||||
|
||||
---
|
||||
![Manual dB](doc/manua_db.png)
|
||||
|
||||
````
|
||||
python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db
|
||||
````
|
||||
|
||||
Interpolate across the min and max db values to form the min/max curves for the complete
|
||||
set of keys. The anchor points for the curves are taken from cfg record
|
||||
|
Loading…
Reference in New Issue
Block a user