Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 8/12/2005(UTC) Posts: 73
|
The Projection formulas should come standard in most MS version. This uses the PP plugin and is based on the work of - henry1224.
Code:{Projection Oscillator w TDC}factor:=Input("TimeFactor", 0, 1000, 1); offset:=Input("Offset", 0, 1000, 0); CD:=ExtFml("PowerPivots.TDataCreate",3,factor); x:=100 * (CD - Fml( "Lower Projection Band" )) / ( Fml( "Upper Projection Band" ) - Fml( "Lower Projection Band" ));T1:=ExtFml("PowerPivots.TDataLocalize",x, factor,offset); T1;
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.