Coupling Coefficient K For a Resonator Filter

This function calculates the coupling coefficient of a resonator filter based on the scattering para
1.5K Downloads
Updated 24 Sep 2008

View License

K = FindK(filename)

This program uses the SBOX
(S-parameter toolbox) by "Tudor Dima".
Specifically (SXPParse.m and Phrase2Word.m)

The toolbox is an EXCELLENT interface for manipulation of Scattering
Parameter files in Matlab.

This function will read in a Touchstone file (.snp) and calculate
a quantity K. The function finds the two highest peaks in |S21|.
The frequency of the first peak (lower frequency) is called F_low.
The frequency of the second peak (high frequency) is called F_high.

Then
K =
(F_high^2-F_low^2)/(F_high^2+F_low^2)

This formula is from the Daniel G. Swanson Jr. article entitled
"Narrow-Band Microwave Filter Design. The article was found in the October 2007 IEEE Microwave Magazine.
The formula is on page 108.

This program was written in response to a question posted by member
"junz" on the Sonnet Community Forum (www.sonnetlist.com).

Cite As

Serhend Arvas (2024). Coupling Coefficient K For a Resonator Filter (https://www.mathworks.com/matlabcentral/fileexchange/21525-coupling-coefficient-k-for-a-resonator-filter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Accelerators & Beams in Help Center and MATLAB Answers
Acknowledgements

Inspired by: S-parameter toolbox (+ Z, Y, H, G, ABCD, T)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0