diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-25 15:33:31 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-25 15:33:31 +0200 |
| commit | cf36eceb77364611c1d76cad2cea5c73ee2d5f8d (patch) | |
| tree | e1f3dde6c13408bcdd47530aee49c67e9d1f61cf /content/blog/ml_array/index.md | |
| parent | 0b044b098e33c8cbb455ddae024949f08ba09039 (diff) | |
Added the blog posts from the previous site
Diffstat (limited to 'content/blog/ml_array/index.md')
| -rw-r--r-- | content/blog/ml_array/index.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/blog/ml_array/index.md b/content/blog/ml_array/index.md new file mode 100644 index 0000000..d6fdb05 --- /dev/null +++ b/content/blog/ml_array/index.md @@ -0,0 +1,15 @@ ++++ +title = 'Minimum Redundancy Linear Array' +date = 2021-11-02T16:31:45+02:00 +math = true ++++ + +It is assumed that the reader understands how a linear antenna array works. With this in mind, we explore the concept of the minimum redundancy linear array. The motivation to create such an array is to provide the maximum resolution for a given number of elements in the array. This is done by reducing the number of redundant spacings in the antenna array. The antenna array factor is calculated using the following formula. + +$$ AF(\theta) = \sum_{i=1}^N e^{j\pi d_i \cos(\theta)} $$ + +Using this formula and the spacing calculations specified in the literature, we can compare the two arrays. The first is the uniform linear array with equal spacing of half wavelength. The second is the spacing based on the MLA calculations multiplies by half wavelengths. From this it is clear that although we main lobe width is lower, the power is distributed into the side lobes. The power HAS to go somewhere. This will also require a more complicated feeding network because of the non-uniform distance which can be done with clever design or phase shifters. + + + +You can have a look at the python code used to generate the graph above [here](https://github.com/MrKaranJ/MrKaranJ.github.io/blob/gh-pages/_code/mla.py). Read [this](https://ieeexplore.ieee.org/document/1139138) article for more information. |
