TMS320f28335: ADC calibration
4 views (last 30 days)
Show older comments
I am working on the Vector control of Induction motor. where two signals from LEM current sensor are fed to the adc channel using a level shifter whic ranges the output value compatible with 28335 board i.e (0 to 3 volts). so after calibration at the ADC output I am also reading the value from 0 to 3 volts. But I need both positive and negative values of magnitude for further calculations. can anyone help me in this
1 Comment
Zorig Abdelmalik
on 12 Aug 2020
Hi, You can make a shift for signal before send it to the Dsp. Ex: input interval is -3V 3V so by shifting it will be 0,3V then the real 'Vr' value can be calculated as: Vr=( vi*2 )+3.
Answers (0)
See Also
Categories
Find more on C2000 Microcontroller Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!