TMS320f28335: ADC calibration
Afficher commentaires plus anciens
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 commentaire
Zorig Abdelmalik
le 12 Août 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.
Réponses (0)
Catégories
En savoir plus sur C2000 Microcontroller Blockset dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!