image thumbnail

updated 10 days ago

K means clustering for Image Compression by Vinay Kumar Tadepalli

K-means clustering is a popular vector quantization method for data compression. (image processing, demo, mathematics)

Kmeans_Pre_Post.m

kmeans_clustering.m

Image_kmeans_main.m

image thumbnail

updated 1 year ago

Panning Effect on a Mono-Audio Input by Vinay Kumar Tadepalli

Panning effect is implemented for both an audio file and any audio input device such as microphone. (communications, data import, signal processing)

panning.m

panning1.m

image thumbnail

updated 2 years ago

Telemetry on a PC Game in Real Time by Nicolas

This function take the variables like acceleration, gear, speed, temperature, time and some other. (telemetry, game, gtr)

Function_Game_Telemetry

image thumbnail

updated almost 3 years ago

secant method in nonlinear ode by Kalyan Bhattacharjee

this will find the solution of U''=k*U*U' by using taylor series 3rd order and secant method (simulation, taylor, ode)

math1.m

secant.m

image thumbnail

updated 3 years ago

Translation of Matlab & Simulink models to SpecC specification Models by Krishna yalamanchili

Involves translation of Matlab/Simulink models to Spec C specification models. (simulation, spec c, translator)

stdlsbdec.m

stdlsbenc.m

cruise_control

image thumbnail

updated almost 4 years ago

OtMatlab by Johan Meijdam

Matlab interface to Omnitrans transport planning database. (automotive, interface omnitrans t..., simulation)

Ot(command, arguments)

OtMatrixCubeDelete(hmcube, pmtu)

OtMatrixCubeFree(hmcube)

image thumbnail

updated 4 years ago

spiht algoritm based image compression by kranthi kumar

matlab program for developing spiht algorithm must be much better than jpeg version in all cases. (demo, image processing, signal processing)

image thumbnail

updated almost 5 years ago

MPC: Multivariable Constrained State Space example by Paul Mc Namara

A constrained MPC stirred tank reactor example (mpc, simulation, constrained)

formRss( p, HN123 )

formcss( p, Upast, f )

futureSetPt( p )

image thumbnail

updated 6 years ago

Simulink Simulator for a Brushless DC Motor by Devendra Rai

Complete simulator for brushless dc motor based on MATLAB R13. (bldc simulator, brushless, dc motor)

control1(t,x,u,flag,J,DF,N,BM,Rr,Rl,delta,KP,KI,KD,basecurr...

delay(t,x,u,flag)

CONTROLLER_MOD

Contact us