Ideas on MagNet Toolkit #1
minjiechen
started this conversation in
Ideas
Replies: 1 comment
-
Great ideas, i will implement that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One recommendation - we can make the core loss prediction function reading both time sequence B(t), and descriptive language, "sine", "trig", "trapz", with specified duty ratios, something like this:
something like this -
Pv = f ("N87", "sine", f, Bdc, T, "paderborn") - reading descriptive language for waveforms
Pv = f ("N49", "trig", D, Bdc, T, "sydney") - reading descriptive language for waveforms
Pv = f ("N27", B(t), T, "princeton") - reading B(t) for waveforms
perhaps B(t) should be compatible with arbitrary number of steps.
we will internally reformat/generate B(t) for a particular resolution (say 1024) based on the information we receive.
Beta Was this translation helpful? Give feedback.
All reactions