GitHunt

Mohammad Asif Zaman

zaman13

I am a post-doctoral scholar (Edward L. Ginzton Lab, Electrical Engineering) at Stanford University.

Stanford University
Stanford, CA

Languages

Python46%MATLAB18%Jupyter Notebook11%C++7%Fortran7%HTML4%JavaScript4%Matlab4%

Top Repositories

Repositories

33
ZA
zaman13/Wa-Tor-Predator-Prey-Model

C++ SFML implementation of Wa-Tor Predator-Prey dynamics simulation

C++40Updated 1 week ago
animationcpppredator-preypredator-prey-simulationssfmlsfml-gamesimulationwator-simulator
ZA
zaman13/Three-Body-Problem-Gravitational-System

A python code to calculate planetary orbits in a three-body gravitational system. The code can demonstrate how one planet affects the orbit of another planet. As an example, Earth, Jupiter, Sun system is analyzed.

Jupyter Notebook7427Updated 3 weeks ago
animationdifferential-equationsearth-jupiter-sungravitational-simulationsgravityjupyter-notebookorbitorbital-animationplanetpythonthree-body-problem
ZA
zaman13/Vector-Field-Topolgy-2D

An intuitive visualization of vector fields.

Python114Updated 1 month ago
critical-pointsfluid-flowsmatlabnumerical-methodstopology-visualiztionvector-fieldvisualization
ZA
zaman13/Poisson-solver-2D

Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.

Python7516Updated 1 month ago
differential-equationsdifferential-equations-solversdirichletdirichlet-boundariesfinite-differencelinear-algebramathmathematicsmatrixmatrix-solverneumannneumann-bcnumerical-methodspartial-differential-equationspoisson-equationpoisson-equation-solverpythonscientific-computing
ZA
zaman13/Double-Pendulum-Motion-Animation

Animation of the motion a double-pendulum. Both Julia and Python versions of the code are given.

Jupyter Notebook4117Updated 3 months ago
animationchaotic-dynamical-systemschaotic-motioncomputational-physicsdifferential-equationsdouble-pendulumjulianumerical-methodspendulumpython
ZA
zaman13/SD-OCT-simulator

Spectral Domain OCT simulator

Python00Updated 4 months ago
ZA
zaman13/COMSOL-to-MATLAB-data-process

MATLAB codes for processing COMSOL data

MATLAB152Updated 6 months ago
ZA
zaman13/Particle-Swarm-Optimization-Fortran-95

A Fortran 95 code for Particle Swarm Optimization. The code is general. The fitness function is defined in a separate file and can be replaced by any user defined fitness function.

Fortran153Updated 6 months ago
benchmark-functionsevolutionary-algorithmsevolutionary-optimizationoptimization-algorithmsparticle-swarm-optimizationpsoswarm-intelligence
ZA
zaman13/DNN

Deep neural network

Python00Updated 7 months ago
ZA
zaman13/Colormaps_MATLAB

A set of colormaps (in csv format) that can be used in MATLAB. Colormaps such as 'plasma', and 'inferno' are included which are not currently available in MATLAB's builtin colormaps.

MATLAB21Updated 8 months ago
ZA
zaman13/Photonic-Radiative-Cooler

Data files and Matlab codes for analyzing a multilayer thin-film photonic radiative cooler

MATLAB113Updated 11 months ago
computational-physicsdielectric-filmselectrical-engineeringemissivityimpedance-matchmatlabmultilayer-filmsopticsphotonicsradiative-coolingreflectivityspectrum-analysis
ZA
zaman13/Empirical-Mode-Decomposition-EMD

Python implementation of Empirical Mode Decomposition (EMD)

Python20Updated 1 year ago
ZA
zaman13/Brownian-dynamics-in-a-time-varying-force-field

A python code to calculate the Brownian motion of colloidal particles in a time varying force field.

Python205Updated 1 year ago
brownian-dynamicsbrownian-motioncolloidal-particledielectrophoresiselectrophoresisforce-fieldlab-on-a-chiplangevinlangevin-dynamicslangevin-equationlangevin-equationsmicrofluidicsnano-particlesoptical-trapphysics-enginesimulationtrapping
ZA
zaman13/My_Website

No description provided.

HTML00Updated 1 year ago
ZA
zaman13/Plotting-using-JavaScript

Using JavaScript to make mathematical plots in HTML files

JavaScript00Updated 1 year ago
ZA
zaman13/Modeling-of-Neutron-Stars

Python codes for modeling the physics of neutron starts. The coupled differential equations describing the equation of state and the structural model is solved. Comparison between the classical model and the relativistic model (Tolman-Oppenheimer-Volkov equation) is shown.

Python52Updated 1 year ago
computational-physicsdifferential-equationsneutron-starsnumerical-methodsphysicspythonrelativistic-kinematics
ZA
zaman13/16-bit-TIF-image-viewer

A python code to open 16 bit images with sliders to adjust color scale/range.

Python00Updated 1 year ago
16-bitfluorescencefluorescence-microscopy-imaginghistogramimageimage-processingimage-processing-pythonobject-detectionopticsphotonicsscientific-computingtiff
ZA
zaman13/fluorescence-image-sequence-analysis

No description provided.

Python00Updated 1 year ago
ZA
zaman13/Particle-Swarm-Optimization-PSO-using-Python

Vectorized general particle swarm optimization code using python.

Python73Updated 1 year ago
electrical-engineeringevolutionary-algorithmsoptimizationparticle-swarm-optimizationpsopythonstanford-university
ZA
zaman13/Matrix-Differentiation-Operators

Finite difference matrix operators for performing numerical differentiation in python.

Python31Updated 2 years ago
derivativedifferential-equationsdifferentiationfinite-differencematrix-operatorsnumerical-differentiationnumerical-methodspython
ZA
zaman13/Photobleaching-Analysis

A python code for analyzing photobleaching in fluorescence microscopy from a time series TIF image stack

Python10Updated 2 years ago
fluorescencefluorescence-datafluorescence-decays-analysisfluorescence-microscopyfluorescence-microscopy-imagingimage-analysisimage-processingopticsphotobleachphotonics
ZA
zaman13/Simulated-Annealing-Optimization-Algorithm

Julia code for general simulated annealing optimization algorithm. The code can find the global maximum (or minimum) of a multi-modal function of continuous variables.

Jupyter Notebook81Updated 2 years ago
julianumerical-methodsoptimizationoptimization-algorithmsimulated-annealingsimulated-annealing-algorithm
ZA
zaman13/Optoelectronic-tweezers-interface

A graphical inteface for generating shapes for optoelectronic tweezers experiment using python pygames

Python10Updated 2 years ago
ZA
zaman13/Particle-Tracking-Code

A Matlab code for tracking colloidal fluorescent nanoparticles.

Matlab72Updated 3 years ago
colloidsimage-processingmatlabnanoparticlenanoparticlesparticle-trackingsubpixelvideo-processing
ZA
zaman13/Files

File repository

00Updated 3 years ago
ZA
zaman13/Game-of-Life

Conway's Game of Life in C++ and SFML with mouse input option.

C++10Updated 3 years ago
animationcellular-automataconway-gameconway-s-game-of-lifeconways-game-of-lifecppgame-of-lifesfmlsimulation
ZA
zaman13/zaman13

Mohammad Asif Zaman GitHub Profile

00Updated 4 years ago
ZA
zaman13/Vector-field-visualization

MATLAB scripts for visualizing 3D vector fields

MATLAB10Updated 4 years ago
ZA
zaman13/iLabs-MATLAB-code-Thorlabs-MTS25-Z8-stage-with-TDC001-controller

Matlab code for driving Thorlabs MTS25-Z8 stage with Thorlabs TDC001 controller. This is part of the iLabs project.

MATLAB00Updated 5 years ago
ilabs-matlabmts25-z8tdc001thorlabsthorlabs-stages
ZA
zaman13/Auto-generated-time-stamped-folder

Fortran code for auto generating a time-stamped folder, log file, and data file (csv) to store results of each run of the code. The submodules can be easily incorporated in any program. Useful for cases when the same program must be run many times and the corresponding data must be saved in files.

Fortran00Updated 5 years ago
csvfolderfortranfortran-languagetimestamp

Gists

Recent Activity