Near-Field to Far-Field Transformation

버전 1.0.0.0 (10.6 KB) 작성자: Chris
This adaption of the awesome NF2FF script takes plain text data sets as its input.
다운로드 수: 2.9K
업데이트 날짜: 2010/6/11

라이선스 보기

This is an adaption of the awesome NF2FF script to give the far field characteristics of an antenna from the near-field data set. The adaption makes no changes to the calculations but replaces the complex data set with text based input files.

This allows two text files (co- and cross-planar) of the format:
x(mm) y(mm) real(data) imag(data)
-700 -700 0.00004 -0.00009
-700 -690 0.00012 0.00016

to be used as the input data sets. Before using them the heading row needs to be removed, so they would become:
-700 -700 0.00004 -0.00009
-700 -690 0.00012 0.00016

The file names expected by the script are:
'Copolar - MATLAB.txt'
'Xpolar - MATLAB.txt'

You will need the rest of the files from the original script and they can be found at:
http://www.mathworks.com/matlabcentral/fileexchange/23385

If you have any questions about the radar pattern parts of the script please refer to the original author.

There are two scripts included, the first is the original script, just modified, for the second removes the extra unused code for extra slots to give a cleaner, more readable script.

인용 양식

Chris (2024). Near-Field to Far-Field Transformation (https://www.mathworks.com/matlabcentral/fileexchange/27876-near-field-to-far-field-transformation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 PCB Antenna and Fabrication에 대해 자세히 알아보기
도움

받음: NF2FF

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0