ARTS built-in documentation server
Workspace Method sensor_responseMixer
Description
Includes response of the mixer of a heterodyne system. The function returns the sensor response matrix after the mixer characteristics have been included. Frequency variables are converted from radio frequency (RF) to intermediate frequency (IF). The returned frequency grid covers the range [0,max_if], where max_if is the highest IF covered by the sideband response grid. See lo and sideband_response for details on how to specify the mixer response
Authors: Mattias Ekstrom, Patrick Eriksson
Synopsis
Variables
OUT+IN | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
OUT+IN | sensor_response_f | (Vector) | The frequencies associated with the output of sensor_response. |
OUT+IN | sensor_response_pol | (ArrayOfIndex) | The polarisation states associated with the output of sensor_response. |
OUT+IN | sensor_response_za | (Vector) | The relative zenith angles associated with the output of sensor_response. |
OUT+IN | sensor_response_aa | (Vector) | The relative azimuth angles associated with the output of sensor_response. |
OUT+IN | sensor_response_f_grid | (Vector) | The frequency grid associated with sensor_response. |
IN | sensor_response_pol_grid | (ArrayOfIndex) | The "polarisation grid" associated with sensor_response. |
IN | sensor_response_za_grid | (Vector) | The zenith angle grid associated with sensor_response. |
IN | sensor_response_aa_grid | (Vector) | The azimuth angle grid associated with sensor_response. |
IN | lo | (Numeric) | The local oscillator frequency. |
IN | sideband_response | (GriddedField1) | Description of (mixer) sideband response. |
IN | sensor_norm | (Index) | Flag if sensor response should be normalised or not (0 or 1). |