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/lteZadoffChuSeq.html | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/lteZadoffChuSeq.html (limited to 'help/en_US/scilab_en_US_help/lteZadoffChuSeq.html') diff --git a/help/en_US/scilab_en_US_help/lteZadoffChuSeq.html b/help/en_US/scilab_en_US_help/lteZadoffChuSeq.html new file mode 100644 index 0000000..99df316 --- /dev/null +++ b/help/en_US/scilab_en_US_help/lteZadoffChuSeq.html @@ -0,0 +1,81 @@ + + + lteZadoffChuSeq + + + +
+ + + + +
+ << istrellis + + + FOSSEE_Communication_Systems_Toolbox + + + octave_functions >> + +
+
+
+ + + + FOSSEE_Communication_Systems_Toolbox >> FOSSEE_Communication_Systems_Toolbox > lteZadoffChuSeq + +

+

lteZadoffChuSeq

+

This function generates root Zadoff-Chu sequence of complex symbols as per LTE specifications.

+ + +

Description

+

SEQ = LTEZADOFFCHUSEQ(R, N) generates the Rth root Zadoff-Chu sequence (SEQ) +of length N.

+

+ +

Examples

+
seq1 = lteZadoffChuSeq(2, 3)
+disp(seq1,'seq1')
+//Error should occur because inputs are not co primes
+seq2 = lteZadoffChuSeq(25, 5)
+disp(seq2,'seq2')
+ +

Bibliography

+

3rd Generation Partnership Project, Technical Specification Group Radio

+

Access Network, Evolved Universal Terrestrial Radio Access (E-UTRA),

+

Physical channels and modulation, Release 10, 3GPP TS 36.211, v10.0.0,

+

2010-12.

+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << istrellis + + + FOSSEE_Communication_Systems_Toolbox + + + octave_functions >> + +
+
+
+ + -- cgit