필터 지우기
필터 지우기

Antenna Element Calibration File Size Calculation

조회 수: 1 (최근 30일)
John
John 2024년 1월 19일
편집: David Goodmanson 2024년 1월 20일
I want to create a calibration file for an antenna array and save it on the FPGA. How can I calculate the amount of memory I need (in MB)? If I have the following parameters, I was thinking something like this?
  • Phase 1x64
  • Amplitude 1x64
  • Freqency 1x10
  • Number of element 4

답변 (1개)

David Goodmanson
David Goodmanson 2024년 1월 20일
편집: David Goodmanson 2024년 1월 20일
Hi John,
assuming the required memory is the product of those four factors, then if these are 64 bit floating point real numbers you have have 163840 * 8 bytes/number = 1.310720 MB.

카테고리

Help CenterFile Exchange에서 Custom 2-D and 3-D Antenna에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by