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/iqcoef2imbal.html | 77 ++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/iqcoef2imbal.html (limited to 'help/en_US/scilab_en_US_help/iqcoef2imbal.html') diff --git a/help/en_US/scilab_en_US_help/iqcoef2imbal.html b/help/en_US/scilab_en_US_help/iqcoef2imbal.html new file mode 100644 index 0000000..6de9384 --- /dev/null +++ b/help/en_US/scilab_en_US_help/iqcoef2imbal.html @@ -0,0 +1,77 @@ + + + iqcoef2imbal + + + +
+ + + + +
+ << gftrunc + + + FOSSEE_Communication_Systems_Toolbox + + + iqimbal2coef >> + +
+
+
+ + + + FOSSEE_Communication_Systems_Toolbox >> FOSSEE_Communication_Systems_Toolbox > iqcoef2imbal + +

+

iqcoef2imbal

+

This function returns the amplitude imbalance and phase imbalance

+ + +

Description

+

[AMP_IMB_DB, PH_IMB_DEG] = IQCOEF2IMBAL(COMP_COEF) returns +the amplitude imbalance and phase imbalance +that a given compensator coefficient will correct. +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.

+

+ +

Examples

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

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << gftrunc + + + FOSSEE_Communication_Systems_Toolbox + + + iqimbal2coef >> + +
+
+
+ + -- cgit