필터 지우기
필터 지우기

Patch antenna array memory problem

조회 수: 6 (최근 30일)
Wojciech Lasowski
Wojciech Lasowski 2020년 4월 2일
답변: Maadhav Akula 2020년 4월 7일
I'm using Matlab 2020a. I'm trying to get the pattern of a single element in a patch array array (11x11). I get the "out of memory" error. Similarly, I can't get the antenna array pattern. Also "out of memory". I tried to change mesh configuration - no results. How solve it?
Error:
Out of memory.
Error in em.EmStructures/momsolver
Error in em.EmStructures/analyze
Error in em.FieldAnalysisWithFeed/pattern (line 177)
analyze(obj,frequency, parseobj.Results.ElementNumber, ...
Error in MikropaskowaPolistyrenMat3for (line 41)
pattern(ra,12000000000,'ElementNumber',cntr)
More information
  댓글 수: 1
Wojciech Lasowski
Wojciech Lasowski 2020년 4월 2일
There is no problem when array size is [3,3]

댓글을 달려면 로그인하십시오.

채택된 답변

Maadhav Akula
Maadhav Akula 2020년 4월 7일
Hi,
The array configuration you are trying to solve is electronically large and is memory intensive. You can check the memory required by the following command:
memoryEstimate(antenna)
When I tried to compute the memory required for your current configuration it showed somewhere around 860 Gb, which is pretty high.
The only way you can reduce that is by tweaking the mesh and specifying a larger MaxEdgeLength, but the results are not going to be that accurate.
Hope this Helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Analysis, Benchmarking, and Verification에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by