Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measuring mu' and mu'' of ferrite cores #595

Merged
merged 6 commits into from
Feb 19, 2023

Conversation

rjordans
Copy link
Contributor

This change adds a new plot type "S11 mu" to show the complex permeability of an inductor core.

Cores are measured by putting one or more windings on them and measuring the S11.

In order to correctly calculate the permeability the user also needs to set the dimensions of the core (cross-section and effective length) and the number of windings. This can be done by opening the context menu for the plot (right click on the graph area).

The core dimensions can either be measured from the core directly using calipers.

More info on how the calculations work are available in #206

A brief description of the new measurement method is also added to the main project README.

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: fixes #206

What is the new behavior?

  • The Charts/RI.py was split into a generic complex number plotting chart and a specialized one for real-imaginary impedance.
  • Next, a new variant for plotting the complex permeability is added
  • Finally, the README is updated to include some usage instructions

Does this introduce a breaking change?

  • Yes
  • No

Other information

@rjordans
Copy link
Contributor Author

Also added fix for #589

@zarath zarath merged commit 69f5089 into NanoVNA-Saver:feature/release_0.5.5 Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants