From d2f4d30ebcad7430e4f0495cae5c2b3a16be73ce Mon Sep 17 00:00:00 2001 From: rupak Date: Tue, 21 Jan 2020 19:05:09 +0530 Subject: added help files --- help/en_US/scilab_en_US_help/iqimbal2coef.html | 78 ++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/iqimbal2coef.html (limited to 'help/en_US/scilab_en_US_help/iqimbal2coef.html') diff --git a/help/en_US/scilab_en_US_help/iqimbal2coef.html b/help/en_US/scilab_en_US_help/iqimbal2coef.html new file mode 100644 index 0000000..2dc757f --- /dev/null +++ b/help/en_US/scilab_en_US_help/iqimbal2coef.html @@ -0,0 +1,78 @@ + + + iqimbal2coef + + + +
+ + + + +
+ << iqcoef2imbal + + + FOSSEE_Communication_Systems_Toolbox + + + iscatastrophic >> + +
+
+
+ + + + FOSSEE_Communication_Systems_Toolbox >> FOSSEE_Communication_Systems_Toolbox > iqimbal2coef + +

+

iqimbal2coef

+

This function returns the I/Q imbalance compensator coefficient for given amplitude and phase imbalance.

+ + +

Description

+

COMP_COEF = IQIMBAL2COEF(AMP_IMB_DB, PH_IMB_DEG) returns the I/Q imbalance +compensator coefficient for given amplitude and phase imbalance. +Comp_Coef is a scalar or a vector of complex numbers. +AMP_IMB_DB and PH_IMB_DEG are the amplitude imbalance in dB +and the phase imbalance in degrees and should be of same size.

+

+ +

Examples

+
[a_imb_db,ph_imb_deg] = iqcoef2imbal([4 2 complex(-0.1145,0.1297) complex(-0.0013,0.0029)])
+disp(a_imb_db,'amplitude imbalance in dB =')
+disp(ph_imb_deg,'phase imbalance in degrees=')
+Comp_Coef = iqimbal2coef(a_imb_db, ph_imb_deg)
+disp(Comp_Coef,'Compensator Coefficients=')
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << iqcoef2imbal + + + FOSSEE_Communication_Systems_Toolbox + + + iscatastrophic >> + +
+
+
+ + -- cgit