Channel Capacity
Where is the Bandwidth (Hz), is the signal power, is the noise power, and is the channel capacity in bits (bps).
Sometimes you will see this formula without specified, in which case and this is specified for each frequency
Effective Number of Bits (ENOB):
Where is a term that converts decibels to bits, and is the Quantisation Error In systems with lots of noise, not all of our voltages are “useful”, so we use ENOB to calculate how many bits are useful
Euler Identities
Fourier Transform
Convolution:
Where F if the Fourier Transform
Speed of Light:
Miles to Kilometer:
Amplitude Modulation:
Where is the sample number, and is the total number of samples is the carrier frequency is the modulation amplitude is the carrier amplitude
It is also to note, you need to create samples per bit, where is the carrier frequency (see: Nyquist)
Frequency Modulation:
IQ Modulation:
Where the green section is the and the red section is the Where:
Free Space Path Loss:
Where is the powers of the receiver and transmitter and is the directionality at both.
In cases where you don’t have directional receivers we use:
Hata Loss Model for 200-1500MHz
Open Enviroments:
L_o = L_u - 4.78(\log_{10}v)^2 + 18.3(\log_{10}v) - 40.94$$ Where $v$ is the frequency in MHzL_U = 69.55 + 26.16\log_{10}v - 13.82\log_{10}h_b - C_H + (44.9 - 6.55\log_{10}h_b)\log_{10}d
Where $h_b$ is the height of the transmitter Small/Medium Cities:C_H = 0.8 + (1.1\log_{10}v -0.7)h_M - 1.56\log_{10}v
Where $h_M$ is the height of the receiver Large Cities:C_H = 3.2(log_{10}(11.75h_M))^2-4.97
#### Bandwidth of Cables, Speed of Cable Transmission: Speed of Transmission:v = \frac{c}{\sqrt{\mu_r\epsilon_r}}
Where: - $\mu_r$ is the Relative Permeability, a dimensionless measure of the circuits formation of magnetic fields within itself, simply, a measure of how much better or worse than a vacuum the material is at magnetizing itself - $\epsilon_r$ is the Relative Permittivity, like before, but with electric fields Bandwidth:f_c \approx \frac{c}{\pi(\frac{D+d}{2})\sqrt{\mu_r\epsilon_r}}
Where : - $D$ represents the inner diameter of the outer conductor of the coaxial cable. - $d$ represents the outer diameter of the inner conductor of the coaxial cable. - $\pi(\frac{D+d}{2})$ represents the geometric mean of the two diameters #### Capacitance and Inductance of a Coaxial Cable:(\frac{C}{h}) = \frac{2\pi\epsilon_0\epsilon_r}{ln(D/d)}
Where: - C is the capacitance of the coaxial cable. - $h$ is the length of the cable. - $\epsilon_0$ is the permittivity of free space. - $\epsilon_r$ is the relative permittivity of the dielectric material between the conductors. - $D$ is the diameter of the outer conductor. - $d$ is the diameter of the inner conductor.(\frac{L}{h}) = \frac{\mu_0\mu_r}{2\pi}ln(D/d)
- L is the inductance of the cable - $\mu_0$ is the permeability of free space. - $\mu_r$ is the relative permeability of the dielectric material between the conductors. #### Effective Impedance: ![[Pasted image 20231202162140.png|300]]Z = \sqrt{\frac{R+sL}{G+sC}} = \sqrt{\frac{R+j\omega L}{G+j\omega C}}
Z_{DC} = \sqrt{\frac{R}{G}}, Z_{LowFreq} = \sqrt{\frac{R}{j\omega C}}, Z_{HighFreq\text{ or 0}} = \sqrt{\frac{L}{C}}
#### Generator and Parity Check Matrices for Error Correction: ###### 7/3 Hamming Code: Generator: ![[Pasted image 20231202162848.png]] You can see that it is 7 digits long and therefore a 7/3 hamming code Parity Check: ![[Pasted image 20231202162935.png]] It is 3 bits high for the 3 parity bits ###### 8/4 Hamming Code: Generator: ![[Pasted image 20231202163003.png]] Parity Check: ![[Pasted image 20231202163011.png]] Again notice how it is 4 digits high for the 4 parity bits #### Reed Solomon Coding For: - $n_{block}$ being the number of bits in a block - $N_{message}$ being the number of bits storing actual datap = n_{block} - N_{message}
The approach can detect up to $p$ bits of error and correct up to $\frac{p}{2}$ errors The generator matrix is simply: ![[Pasted image 20231202163435.png|300]]\int^{t_n}{t_0} f(t) \approx \sum^{k}{n=0}F[z_i] + 4F[\frac{z_i+z_{i-1}}{x-}]