You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be possible to add a function in the library, something like bool thdU(float[][] levels, uint8_t count), bool thdI(float[][] levels, uint8_t count) to get the harmonic levels for 1,2,3..count for each phase. count to reduce the query.
It would be possible to add a function in the library, something like
bool thdU(float[][] levels, uint8_t count)
,bool thdI(float[][] levels, uint8_t count)
to get the harmonic levels for 1,2,3..count for each phase. count to reduce the query.Originally posted by @mathieucarbou in #18 (reply in thread)
The text was updated successfully, but these errors were encountered: