Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MATLAB Code for Extracting Resistance/Inductance Matrices

License

NotificationsYou must be signed in to change notification settings

otvam/resistance_inductance_matrix_matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license - BSDlanguage - MATLABcategory - power electronicsstatus - unmaintained

ThisMATLAB code extracts theresistance/inductance matrix of a system:

  • Differentoperating points are provided (measured or simulated current excitations).
  • The associatedlosses/energies are provided (measured or simulated values).
  • The corresponding resistance/inductance matrix isextracted.

The following thequadratic form is linking the aforementionned variables:

  • U = 0.5*I_vec'*Q_mat*I_vec
  • I_vec is the vector containing the applied currents
  • Q_mat is the resistance/inductance matrix
  • U is the loss/energy value

This code is handling the following cases:

  • n_op is the number of provided operating points
  • n_var is the number of independent coefficients for the resistance/inductance matrix
  • n_op<n_var: under-determined equation system => invalid problem
  • n_op==n_var: determined equation system => linear equation system
  • n_op>n_var: over-determined equation system => least-square fit

The condition number of the equation system and the residuum are computed.This is required to ensure that the resistance/inductance matrix is numerically robust.Finally, the code checks that the extracted matrix is physical (symmetric and positive definite).

Compatibility

  • Tested with MATLAB R2021a.
  • No toolboxes are required.
  • Compatibility with GNU Octave not tested but probably easy to achieve.

Author

Thomas Guillod -GitHub Profile

License

This project is licensed under theBSD License, seeLICENSE.md.

About

MATLAB Code for Extracting Resistance/Inductance Matrices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp