kevin 9ecb4d41b4 doc/multi_plot.svg : Update | 4 years ago | |
---|---|---|
doc | 4 years ago | |
.gitignore | 5 years ago | |
AudioDevice.py | 4 years ago | |
COPYING | 4 years ago | |
LICENSE | 4 years ago | |
MidiDevice.py | 4 years ago | |
MidiFilePlayer.py | 4 years ago | |
README.md | 4 years ago | |
calibrate.py | 4 years ago | |
calibrate_plot.py | 4 years ago | |
common.py | 4 years ago | |
convert.py | 4 years ago | |
elbow.py | 4 years ago | |
keyboard.py | 4 years ago | |
p_ac.py | 4 years ago | |
p_ac.yml | 4 years ago | |
plot_all_note_durations.ipynb | 5 years ago | |
plot_calibrate.ipynb | 5 years ago | |
plot_calibrate.py | 4 years ago | |
plot_note_analysis.py | 4 years ago | |
plot_seq.py | 4 years ago | |
plot_seq_1.py | 4 years ago | |
plot_us_db_range.ipynb | 4 years ago | |
result.py | 4 years ago | |
rms_analysis.py | 4 years ago | |
rt_note_analysis.py | 4 years ago | |
velMapD.h | 4 years ago | |
velMapD.json | 4 years ago | |
velTableToDataStruct.py | 4 years ago |
sudo dnf install python3-devel jack-audio-connection-kit-devel
prerequisites: pyyaml sounddevice soundfile pthon-rtmidi
export PYTHONPATH=${HOME}/src/picadae/control/app python p_ac.py -c p_ac.yml
c 60 60 # caputre note 60 using the full_pulseL[] from the p_ac.yml
python plot_seq.py ~/temp/p_ac_3_oa/60 p_ac.yml 3
uses cfg.full_pulseL[] for the pulse sequence use cfg.calibrateArgs.holdDutyPctD{} for hold PWM duty cycle
python calibrate_plot.py ~/temp/p_ac_3_oa/60/2 p_ac.yml 60
python plot_seq.py ~/temp/p_ac_3_od/60 p_ac.yml 12
plot_seq.py do_td_multi_plot(inDir,cfg.analysisArgs,[(36,4), (48,2)] )