Meander resonator derivation

November 21, 2024 · View on GitHub

The meander resonator family (e.g. ResonatorMeander) has 3 parameters that can generate the total length \ell as shown in the following diagram:

My Diagram

For a given NN straight sections, the total width is: w=s+2rw=s+2r. The total length is:

=3p+s2r+N(πr+p+s)+2πr\ell={\color{blue}3p}+{\color{forestgreen}s-2r}+{\color{fuchsia}N(\pi r+p+s)}+{\color{red}2\pi r}

while the horizontal length of the whole structure is:

L=3p+4r+N(p+2r)L={\color{blue}3p}+{\color{red}4r}+{\color{fuchsia}N(p+2r)}

The idea is that one may constrain any two of:

  • Absolute LL
  • Maximum ww
  • Absolute rr

Width and Radius constrained

If width is constrained, then smax=w2rs_{max}=w-2r. This means that the number of straight sections will be:

N=3psmax2πr+2rπr+p+smaxN=\frac{\ell-3p-s_{max}-2\pi r+2r}{\pi r+p+s_{max}}

To ensure that the width is not exceeded, take N\lceil N\rceil to ensure that the width will not exceed the constraint.

The flat section length is thus:

s=3p2πr+2rN(πr+p)1+Ns=\frac{\ell-3p-2\pi r+2r - \lceil N\rceil(\pi r+p)}{1+\lceil N\rceil}

Radius and horizontal length constrained

With the horizontal length LL fixed, the number of straight sections becomes:

N=L3p4rp+2rN=\frac{L-3p-4r}{p+2r}

Thus, in this case, there will be some residual length resid\ell_{resid} added to the ends (half on each side) to satisfy the constraint LL:

resid=L(3p+4r+N(p+2r))\ell_{resid}=L-(3p+4r+\lfloor N\rfloor(p+2r))

The flat section length is thus:

s=resid3p2πr+2rN(πr+p)1+Ns=\frac{\ell-\ell_{resid}-3p-2\pi r+2r - \lfloor N\rfloor(\pi r+p)}{1+\lfloor N\rfloor}

Width and horizontal length constrained

In this case, one realises that the horizontal length constraint implies that for a given NN, rr is constrained as:

r=L3pNp4+2Nr=\frac{L-3p-Np}{4+2N}

Then for this given NN and rr, one may calculate resid\ell_{resid} and subsequently ss to get the total width s+2rs+2r (similar to the previous case). However, the idea here is to sweep and select NN with the largest total width less than the width constraint ww. The swept values of NN vary from $1asimplemaximumupperboundestimatetakenfromtheequationfora simple maximum upper-bound estimate taken from the equation fors(whichmustbepositive;thus,positiveinitsnumeratortaking(which must be positive; thus, positive in its numerator takingr=0$):

Nmax=L3ppN_{max}=\left\lfloor\frac{L-3p}{p}\right\rfloor