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
To operate the LIM at optimal efficiency, we'll need to be able to support variable frequency and amplitude. We'll need to update the run_one_inverter function (or a parent wrapper) to accept frequency and amplitude as parameters and then scale the PDM wave accordingly.
The text was updated successfully, but these errors were encountered:
Let's make this a priority again to unblock #24. Should be as simple as rescaling the sine wave being sampled by multiplying the desired relative amplitude.
To operate the LIM at optimal efficiency, we'll need to be able to support variable frequency and amplitude. We'll need to update the
run_one_inverter
function (or a parent wrapper) to accept frequency and amplitude as parameters and then scale the PDM wave accordingly.The text was updated successfully, but these errors were encountered: