
Interference current stimulation program with kaji-lab ES device.
Dependencies: mbed SerialInputReactionHandler AMPulseTrain SwArr16MOSFET StrCommandHandler KajiLabES
Revision 4:8d73aaba879f, committed 2020-01-06
- Comitter:
- aktk
- Date:
- Mon Jan 06 21:38:02 2020 +0000
- Parent:
- 3:ef730909a664
- Child:
- 5:779d799b5c83
- Commit message:
- modified indication of max amplitude to 15 mA
Changed in this revision
AMPulseTrain.lib | Show annotated file Show diff for this revision Revisions of this file |
subroutines.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/AMPulseTrain.lib Mon Jan 06 21:08:31 2020 +0000 +++ b/AMPulseTrain.lib Mon Jan 06 21:38:02 2020 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/aktk/code/AMPulseTrain/#7d5afb2e3b79 +https://os.mbed.com/users/aktk/code/AMPulseTrain/#77ac0df7c3a1
--- a/subroutines.cpp Mon Jan 06 21:08:31 2020 +0000 +++ b/subroutines.cpp Mon Jan 06 21:38:02 2020 +0000 @@ -356,7 +356,7 @@ "Signal Amplitude: %3.3f " "Carrier Frequency: %06d \n" "Z(min, mean, max)=(%d, %d, %d)\n" - , 10.0 * ampt.Signal->getAmplitude_uf(), ampt.Carrier->getFrequency() + , 15.0 * ampt.Signal->getAmplitude_uf(), ampt.Carrier->getFrequency() , l_min, l_mean, l_max); return NULL; }