MATLAB Help Center
Cascaded gain of the RF chain object
g = cumgain(obj)
g = cumgain(obj) returns the cascaded gain for each stage of the RF chain object obj.
g
obj
example
collapse all
Assign stage-by-stage values of gain, noise figure, OIP3 and stage names.
g = [11 -3 7]; nf = [25 3 5]; o3 = [30 Inf 10]; nm = {'amp1','filt1','lna1'};
Create an RF chain object.
rfch = rfchain(g,nf,o3,'Name',nm);
%Calculate cascaded gain. gain = cumgain(rfch)
gain = 1×3 11 8 15
rfchain
RF chain object, specified as an rfchain object.
Cascaded gain of the RF chain object, returned as a vector. The vector length is equal to the number of stages in the RF chain object.
Introduced in R2014b
rfchain.setstage | rfchain.worksheet | rfchain.plot | rfchain.cumiip3 | rfchain.cumoip3 | rfchain.cumnoisefig
rfchain.setstage
rfchain.worksheet
rfchain.plot
rfchain.cumiip3
rfchain.cumoip3
rfchain.cumnoisefig
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office