An implementation of Self-Organizing TDMA (STDMA) for VANETs in NS-3
-
Updated
Apr 3, 2016 - Python
An implementation of Self-Organizing TDMA (STDMA) for VANETs in NS-3
CFD codes written based on examples in various books like Patnakar, Versteeg etc
The implementation of a basic MAC protocol structure serves as a foundation for the development of more complex TDMA based link layer protocols.
Algorithms Learned During Computer Network Course
In numerical linear algebra, the tridiagonal matrix algorithm, also known as the Thomas algorithm (named after Llewellyn Thomas), is a simplified form of Gaussian elimination that can be used to solve tridiagonal systems of equations.
Basic Finite Volume Method codes of example problems
One-dimensional Transient Heat Conduction in a semi-infinite Domain
A deep reinforcement learning model to learn the transmission pattern in a network and dynamically allocate the spectrum to nodes
This repository contains the Arduino programs for implementing an energy harvesting wireless sensor network (WSN) using the TDMA (Time Division Multiple Access) algorithm. These programs were developed as part of a research paper conducted at Ohio Northern University.
This repository contains a MATLAB implementation of the Thomas Algorithm for solving linear systems of the form AX = B, where A is a tridiagonal matrix. The Tridiagonal Matrix Algorithm (TDMA) is an efficient method for such systems, commonly used in numerical methods like finite difference.
This repositary contains the MATLAB implementation of main numerical methods like Newton-Raphson, Simpson's integration and numerical ODE solver.
Simulation of synchronous and asynchronous system M|D|1 and Time Division Multiple Access system. Analysis their delay and average number of messages.
Python code for Tridiagonal Matrix Algorithm or Thomas Algorithm with n unknowns
Codes to some popular problems and methods in Viscous Flow Theory
De-synchronization of the slot shifting and 0(N) time complexity Guarantee algorithm.
Thermal study of a tetramaterial cross section bar
Python script to solve the 1D heat equation and gain temperature distribution in a fin with Dirichlet or Neumann boundary condition at tip.
Python script to solve the 2D heat equation (Laplace's equation) and gain temperature distribution on a surface using Gauss-Seidel or ADI. method
Add a description, image, and links to the tdma topic page so that developers can more easily learn about it.
To associate your repository with the tdma topic, visit your repo's landing page and select "manage topics."