This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
phased_array_output [2015/05/07 09:56] spudbrai |
phased_array_output [2015/06/22 17:09] (current) spudbrai |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Phased Array Output ===== | ===== Phased Array Output ===== | ||
| + | |||
| + | Irradiance Distribution of parallel emitters. Phase control allows for focusing of light to specific points. Output of simulation shown:{{ :playground:irradiancedistribution.png?500 |}} | ||
| + | Code can be found at ../groups/Fresnel_Simulation/ | ||
| + | |||
| + | --------- | ||
| Code for simulation of far-field (beyond 1 lambda) output of phased array: | Code for simulation of far-field (beyond 1 lambda) output of phased array: | ||
| Line 73: | Line 78: | ||
| ylabel('Radiation pattern dB'); | ylabel('Radiation pattern dB'); | ||
| title(['Number of elements = ',num2str(N),', d/\lambda = 0.5']); | title(['Number of elements = ',num2str(N),', d/\lambda = 0.5']); | ||
| - | ----- | ||
| - | Examples of outputs from these code bits can be found on pages 4 and 5 respectively of this paper: [[https://drive.google.com/file/d/0B1_0F0f4S4u0dnUxU1Zrdks2LVU/view?usp=sharing]] | + | ------- |
| + | |||
| + | This code was modified from the code listed at this site [[http://smallsats.org/2013/05/13/phased-array-antenna-radiation-pattern-and-array-configuration/]] Examples of outputs can be found there. | ||