Browse Source

doc/min_max_db.png, us_db.png : Iniital commit

master
kevin 3 years ago
parent
commit
cb93150973
3 changed files with 8 additions and 15 deletions
  1. 8
    15
      README.md
  2. BIN
      doc/min_max_db.png
  3. BIN
      doc/us_db.png

+ 8
- 15
README.md View File

@@ -1,7 +1,8 @@
1
-* Picadae Calibration Programs
1
+# Picadae Calibration Programs
2 2
 
3
-sudo dnf install python3-devel jack-audio-connection-kit-devel
4 3
 
4
+## Install
5
+sudo dnf install python3-devel jack-audio-connection-kit-devel
5 6
 
6 7
 prerequisites:
7 8
 pyyaml
@@ -12,23 +13,15 @@ pthon-rtmidi
12 13
 export PYTHONPATH=${HOME}/src/picadae/control/app
13 14
 python p_ac.py -c p_ac.yml
14 15
 
15
-c 60 60 # caputre note 60 using the full_pulseL[] from the p_ac.yml
16
-
17
-
18
-
19
-
20
-
16
+## Data collection
21 17
 
22
-# plot third take of note 60 
23
-python plot_seq.py ~/temp/p_ac_3_oa/60 p_ac.yml 3
18
+Record a sequence of notes of decreasing dynamic level
24 19
 
25
-# record a calibration take: CalibrateKeys.start
26
-uses cfg.full_pulseL[] for the pulse sequence
27
-use cfg.calibrateArgs.holdDutyPctD{} for hold PWM duty cycle
20
+python p_ac.py # start the interactive data collection program
28 21
 
29
-# obsolete plotting function in calibrate_plot.py
30
-python calibrate_plot.py ~/temp/p_ac_3_oa/60/2 p_ac.yml 60
22
+Capture note 60 and 61 using the full_pulseL[] and holdDutyPctD{} from the p_ac.yml
31 23
 
24
+`c 60 61` 
32 25
 
33 26
 
34 27
 

BIN
doc/min_max_db.png View File


BIN
doc/us_db.png View File


Loading…
Cancel
Save