remove_noise()

Removes noise floor data from noise data and returns an array

Syntax
nd = remove_noise(NoiseData, NoiseFloor)

Arguments
Name Description Range Type Required
NoiseData Two dimensional array representing noise data (-∞, ∞) real, complex yes
NoiseFloor Single dimensional array representing noise floor (-∞, ∞) real, complex yes

Examples

nd = remove_noise(vnoise, noiseFloor)
returns the noise data with the noise floor removed

Defined in

$HPEESOF_DIR/expressions/ael/rf_system_fun.ael

Notes/Equations

Used in Harmonic Balance analysis.
NoiseData is [m,n] where m is receive frequency and n is interference offset frequency. If NoiseData is [m,n], then NoiseFloor must be [m]. If NoiseData - NosieFloor is less than zero, then -200 dBm is used.

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources