thannara123
Advanced Member level 4

- Joined
- Jan 7, 2010
- Messages
- 1,478
- Helped
- 121
- Reputation
- 242
- Reaction score
- 111
- Trophy points
- 1,353
- Location
- God's Own country India, Kerala
- Activity points
- 9,606
I am learning the sinewave generation a great member Thahamid posted a blog in edabord as follwos
tahmidmc.blogspot.com
i didnt understand the working of following code anybody help me ?
TBL_POINTER_SHIFT = TBL_POINTER_NEW >> 11;
DUTY_CYCLE = TBL_POINTER_SHIFT;
what are the values of TBL_POINTER_SHIFT variable
it gets 1 when the TBL_POINTER_SHIFT become 2048 ,with lower the value it will be zero
am curiuos how the technique behind it ?

Demystifying The Use of Table Pointer in SPWM - Application in Sine Wave Inverter
I have previously written quite a few articles on sinusoidal pulse width modulation (SPWM). I've discussed about how to generate the sine t...
i didnt understand the working of following code anybody help me ?
TBL_POINTER_SHIFT = TBL_POINTER_NEW >> 11;
DUTY_CYCLE = TBL_POINTER_SHIFT;
what are the values of TBL_POINTER_SHIFT variable
it gets 1 when the TBL_POINTER_SHIFT become 2048 ,with lower the value it will be zero
am curiuos how the technique behind it ?