-
|
Dear hosts,
Looking at the webinar slides, on the formula for the normalized energy relative error, I understand that one provided loss should represent the full time series core loss and the other the shorter time series loss that define the pretest data.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I found in the git history that there was an update to the matlab file 2 weeks ago, and the results PDF was also updated. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
The core loss values provided were the same just to make sure the two files have consistent indexing. The energy calculation is done simply with the provided measurement sequence as benchmark.
In regards to the fixing of B and H. We fixed B because of the reasons you mentioned. However, the H that we use here only contains the cropped segments from scenario-specific marker to the end. We did not include them in the predicted and measurement segments. Hence, a 10% info predicting 90% info scenario would generate only 900 H values from the python code. This is the reason why H is taking it from the beginning to the end. I hope this helps.