Homepage Learn Tech

Latest Posts

BER

clear; N = 10^6;  % Number of bits rng(100);  % Initialize random number generator % randn('state',200); % Deprecated, replaced by r...

Learn Tech 4 May, 2025

CDMA

import numpy as np  # Define orthogonal codes for 4 users c1 = [1, 1, 1, 1]  c2 = [1, -1, 1, -1]  c3 = [1, 1, -1, -1]  c4 = [1, -1, -1, 1]  ...

Learn Tech 4 May, 2025

Handover

% Parameters speed = 50; % Mobile speed in m/s time = 100; % Total simulation time in seconds dt = 1; % Time step in seconds num_steps = tim...

Learn Tech 4 May, 2025

link

https://docs.google.com/presentation/d/1MtOqLtWjNtwA2ADSIDOahtQNRK2s2mIh/edit#slide=id.p1

Learn Tech 17 Jan, 2025

Simulation

NAND NOR FULL ADDER Half Adder Inv MUX

Learn Tech 5 Nov, 2024

vhdl -UR

Experiment 2:   Universal Shift Register Roll no.: Name :   ----------------------------------------------------VHDL CODE-----------------...

Learn Tech 28 Oct, 2024