matthew989
Newbie level 4
Given the information, I have and study. I know for Generate preamble signal "802.11a/g with 20 Mhz - FFT size 64 point -16QAM". For example, like this:
For short preamble
and for long
But, for My case that is related to "802.11n with (40Mhz - FFT size 128 point - 64QAM)", I do not know, How to I can generate this values?
Are these values the same for the 802.11 family or not?
If anyone knows how to generate these values (short and long), please guide me.
For short preamble
Code:
S1 = [1+1i 0 0 0 -1-1i 0 0 0 1+1i 0 0 0 -1-1i 0 0 0 -1-1i 0 0 0 1+1i 0 0 0 0 0 0 0 -1-1i 0 0 0 -1-1i 0 0 0 1+1i 0 0 0 1+1i 0 0 0 1+1i 0 0 0 1+1i 0 0 0 0 0 0 0];
S1 = sqrt(13/6)*(S1);
Code:
S2 = [1,1,-1,-1,1,1,-1,1,-1,1,1,...
1,1,1,1,-1,-1,1,1,-1,1,-1,1,1, 1, 1, 0, 1,...
-1, -1, 1, 1, -1, 1, -1, 1, -1, -1, -1, -1,...
-1, 1, 1, -1, -1, 1, -1, 1, -1, 1, 1, 1, 1];
But, for My case that is related to "802.11n with (40Mhz - FFT size 128 point - 64QAM)", I do not know, How to I can generate this values?
Are these values the same for the 802.11 family or not?
If anyone knows how to generate these values (short and long), please guide me.