producing Goaly sequences in matlab

10 ビュー (過去 30 日間)
mahdi safarzadeh
mahdi safarzadeh 2013 年 10 月 24 日
コメント済み: mahdi safarzadeh 2013 年 10 月 26 日
Hi everybody, I am trying to produce 16 Ga128 Golay sequence using Matlab. Does anybody have such a experience? Tnx

回答 (1 件)

Ved
Ved 2013 年 10 月 26 日
Right now i do not have the script but Golay sequences works as follows: For e.g.,If we have two sequences as A and B. Then for each pair (A,B) of N bits each we pad both with zero (0s) and shift B to right by one bit.
A=1,-1 and B=1,1
A = 1 0 -1 0 % zero padded A
B = 0 1 0 1 % Zero Padded B
final sequence = A+B = 1 1 -1 1
This is called a Interleaved Golay Sequences (IGS).
  1 件のコメント
mahdi safarzadeh
mahdi safarzadeh 2013 年 10 月 26 日
Thanks a lot Dear ved

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by