Search found 8 matches
- Thu Sep 21, 2017 7:57 pm
- Forum: Lower Extremity EMG-driven Modeling with Automated Adjustment of Geometry
- Topic: Lower Extremity EMG-driven Modeling with Automated Adjustment of Geometry Public Forum
- Replies: 1
- Views: 359
Re: Lower Extremity EMG-driven Modeling with Automated Adjustment of Geometry Public Forum
thank you for your matlab code about Lower Extremity EMG-driven Modeling with Automated Adjustment of Geometry.I had run it and the program ran about 8 hours and got results, it's too long. I hope do something about EMG-driven modeling,but It's a new field for me,can you give me some advice about ho...
- Sun May 07, 2017 8:18 pm
- Forum: OpenSim
- Topic: EMG to activation
- Replies: 4
- Views: 772
Re: EMG to activation
thank you
- Fri Apr 28, 2017 12:07 am
- Forum: OpenSim
- Topic: EMG to activation
- Replies: 4
- Views: 772
Re: EMG to activation
emg = detrend(emg);
emg = ZeroLagButtFiltfilt((1/Fs), [30,300], 2, 'bp', emg );
emg = abs(emg);
emg = zeroLagButtFiltfilt((1/Fs), 6, 2, 'lp', emg);
I think all those is get excitation u(t) not the activation a(t),I understand is right?
emg = ZeroLagButtFiltfilt((1/Fs), [30,300], 2, 'bp', emg );
emg = abs(emg);
emg = zeroLagButtFiltfilt((1/Fs), 6, 2, 'lp', emg);
I think all those is get excitation u(t) not the activation a(t),I understand is right?
- Thu Apr 27, 2017 11:44 pm
- Forum: OpenSim
- Topic: EMG to activation
- Replies: 4
- Views: 772
EMG to activation
Does opensim have a function of converting the EMG signal into activation?If not, where can I find it?
- Wed Apr 26, 2017 9:59 pm
- Forum: OpenSim
- Topic: Finding the Fiber Length of the current joint config
- Replies: 6
- Views: 382
Re: Finding the Fiber Length of the current joint config
thank you,i know it.
- Wed Apr 26, 2017 8:24 am
- Forum: OpenSim
- Topic: Finding the Fiber Length of the current joint config
- Replies: 6
- Views: 382
Re: Finding the Fiber Length of the current joint config
thank you !,i am the first time used opensim in matlab,i don't how to put the joint angle to the state.can you tell me how to put the joint angle to the state?
- Wed Apr 26, 2017 8:23 am
- Forum: OpenSim
- Topic: Finding the Fiber Length of the current joint config
- Replies: 6
- Views: 382
Re: Finding the Fiber Length of the current joint config
thank you !,i am the first time used opensim in matlab,i don't how to put the joint angle to the state.can you tell me how to put the joint angle to the state?
- Tue Apr 25, 2017 7:48 pm
- Forum: OpenSim
- Topic: Finding the Fiber Length of the current joint config
- Replies: 6
- Views: 382
Finding the Fiber Length of the current joint config
I have the current joint config,what function of opensim i can used in matlab to get the muscle's the Fiber Length.thank you!