Antenna Element Calibration File Size Calculation
2 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!