Search found 1 match

by Dom.Man
Thu Aug 30, 2018 2:05 pm
Forum: PicoScope 6 for Windows
Topic: New accurate and fast phase shift calculation formula
Replies: 8
Views: 18402

Re: New accurate and fast phase shift calculation formula

Since phase shift is essentially converted to PWM value it can be graphed using following formula, making use of built-in duty() function: duty(((((atan(1/tan(pi*(A/10000)))/pi)+(A/10000))*-((atan(1/tan(pi*(B/10000)))/pi)+(B/10000))) + 0.25))/0.555555555 ... The formula works perfectly well. It giv...