Coupling Coefficient K For a Resonator Filter
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).
Citar como
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. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspirado por: 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!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |