CalcSAR
- CalcSAR(sar_fn, sar_out, varargin)
Full definition:
function CalcSAR(sar_fn, sar_out, varargin)
Calculate the SAR (specific absorption rate)
Note: No averaging method like IEEE_62704 are (yet) validated according to the IEC/IEEE-62704-1!
parameter:
sar_fn: hdf5 file with SAR raw data as created by a dump box
sar_out: hdf5 output file with SAR results
optional parameter:
‘mass’: averaging mass in g (default is no averaging)
‘method’: IEEE_C95_3, IEEE_62704 or SIMPLE (default)
‘autoRange’: limit calculation to cells within N dB of peak power density
‘numThreads’: number of worker threads (default: all available)
‘progress’: show progress output
‘verbose’: verbose output
See also: AddDump
author: Thorsten Liebig, 2025