Class Notes

not done
path includes ECT402/Class Notes
not done
path includes ECT402

2024-12-17

2024-12-31

MIMO OFDM(OFDMA)

graph LR
A[SP Demux for transmit antennas] --> B[S/P Demux]
A --> C[S/P Demux]
B --> EM[N pt FFT]
A --> D[S/P Demux]
C--> E[N pt FFT]
D--> EE[N pt FFT]

E  --> K[MIMO Detection]
EE  --> LK[MIMO Detection]
y(n)=l=0L1H(l)x(n1)+w(n)

Effect of Freq Offset in OFDM

(1)ϵ=ΔfBN

Where ϵ -> normalized freq offset

Peak to average Power Ratio (PAPR)

Peak Power =Average Power=E{|x(f)|2}=a2

Single Carrier FDMA(SC-FDMA)

graph LR

AA[Symbol Stram]
A[S/P demux ]
B[N pt FFT]
C[N pt IFFT]
D[P/S Mux]
E[Add CP]

AA --> A --> B --> C --> D --> E
AA --> A --> B --> C --> D --> E
AA --> A --> B --> C --> D --> E

Hypothetical

SC_FDMA Reciever

Sub carrier mapping in SC-FDMA

Series

PathLoss , Shadowing , Doplar Shift

06-01-25

Path loss

PL(dB)=10log10(4πdλ)2

Shadowing

Cause-> Scattering, reflection,and diffration -> results in signal degredation
eg: indor wifi signal cant penetrate through walls

[[#Path loss]] & [[#Shadowing]] -> Large scale fading

Multi path effect

Diversity Techniques

Space Diversity
graph LR
Tx -- path --> Rx
Freq Diversity
Angle Diversity
Time Diversity
Polarization Diversity
graph LR

21-02-25

802.11

802.11a

5Ghz bandwidth is devided into 3 ->

802.11b
802.11g
param 802.11 a b g
Freq Band 2.4 - 2.4835 Ghz 5.15 - 5.25 Ghz & 5.725 - 5.825 Ghz same as 802.11 same as 802.11
Av BW 83.5Mhz 3000Mhz 83.5 Mhz
802.11n
802.11ac( WiFi 5)
802.11 ax(WiFi 6)

Hyperlan

Hyperlan1
2
Hyper access

used to connect to the backbone

graph LR
node_1 --> node_2 & node_3 --> node_4 --> node_5 & node_6

03-03-25

802.16 WMAN (Metropolitan AN)

Protocol arch

WiMAX

WiMAX (Worldwide Interoperability for Microwave Access)

Millimeter wave technology

Channel Perfomance at 60Ghz

=======

06-03-25

DES (Data Encryption Standard)

AES <- DES

graph LR
A[Plaintext] --> B[Initial Permutation]
B --> C[16 Rounds]
C --> D[Final Permutation]
Single Round DES
graph TD
subgraph DES Round
A[32 bit block] --> B[Expansion]
B --> C[XOR with Key]
C --> D[Substitution]
D --> E[Permutation]
end
subgraph  Key Schedule
F[56 bit key] --> G[Split]
G --> H[Shift]
H --> I[Compression]
end
Avelaanche Effect
flowchart TB
c1-->a2
subgraph one
a1-->a2
end
subgraph two
b1-->b2
end
subgraph three
c1-->c2
end