noisefigure
Calculates the noise factor of transmission lines, serial and parallel RLC circuits.
| Library |
|
Syntax
Function call
-
nf = noisefigure(transmissionline,freq,zs)— calculates the noise factor of transmission linestransmissionlineusing a preset frequencyfreqand the impedance of the sourcezs.
Arguments
Input arguments
# transmissionline — transmission line
+
txline objects
Details
A transmission line defined as any of these objects:
-
txlineRLCGLine; -
txlineTwoWire; -
txlineEquationBased; -
txlineElectricalLength;
# h — transmission line
+
rfckt objects
Details
A transmission line defined as any of these objects:
# freq is the frequency for calculating the noise factor
+
scalar
Details
The frequency for calculating the noise factor, set as a positive scalar in Hz.
# zs — source impedance
+
50 (by default) | scalar
Details
The impedance of the source, set as a positive real scalar in ohms.
Output arguments
# nf is the noise factor
+
scalar
Details
The noise coefficient of transmission lines, serial or parallel RLC circuits, returned as a scalar in dB.