image thumbnail

updated 3 months ago

One-Sided FFT by Aravazhi Anbarasu

More intuitive than built in function for simple operations.Useful for repetitive code and plotiing. (control design, physics, communications)

fft_calc(X,fs)

image thumbnail

updated 3 months ago

Linear regression for multiple category data with different slopes for each by Soumya Banerjee

The function does OLS and RMA regression on data that is categorized into two different categories (communications, optimization, aerospace)

regress_plot_twocategories_allslope

image thumbnail

updated 4 months ago

MIMO-Diofantine solver by davood shaghaghi

This function solve MIMO-Diofantine equation. (control design, optimization, simulation)

mimodioph(A,B,N)

image thumbnail

updated 6 months ago

CELP codec by Sourav Mondal

This is a code to demonstrate CELP codecs of bitrate 9.6kbps and 16kbps. (celp, audio codec, lpc)

celp16k(x,N,L,M,c,cb,Pidx)

celp9600(x,N,L,M,c,cb,Pidx)

celpana(x,L,M,c,cb,Pidx,bbuf,ebuf,Zf,Zw)

image thumbnail

updated 6 months ago

direct solving Diofantine equation by davood shaghaghi

This function is written to direct solve Diofantine equation in the form of C = A*E + F. (control design, simulation, simulink)

david_dioph(A,C,n)

image thumbnail

updated 6 months ago

solving Diofantine equation by davood shaghaghi

This function is written to solve Diofantine equation.this equation should be in the form of C = A*F (control design, optimization, simulation)

david_dioph(A,C,n)

image thumbnail

updated 6 months ago

Linear regression with statistics for multiple category data by Soumya Banerjee

This function does linear regression with statistics for multiple category data (OLS and RMA) (aerospace, automotive, biotech)

regress_plot_twocategories

image thumbnail

updated 1 year ago

highest row degree coefficient matrix of a poynomial matrix T by Lazaros Moysis

This function computes the highest row degree coefficient matrix of poynomial matrix T. (control design, mathematics, matrix)

Tl=rowdeg(T);

image thumbnail

updated 1 year ago

Example using a MATLAB Class to control a GUI by Alex

This example shows how to use a Matlab class to control a gui. (class, gui, passing gui data)

standard_fig(varargin)

gui_class_example

image thumbnail

updated 2 years ago

tf2tex by James Slegers

Creates a Tex string based on a transfer function object (control design, data export, tf)

tf2tex(tran)

image thumbnail

updated 2 years ago

Function to generate Timeseries file to use for Moore FSM coverage analysis. by Paul Metcalf

This function generates a Timeseries file which can be used for Moore FSM coverage analysis. (control design, data import, demo)

generatetestdata(i)

image thumbnail

updated 2 years ago

Logic Game by Mohit Gupta

A very interesting game to play ....Requires a lot of logic.....Play with your friend or computer (control design, gui, game)

game

image thumbnail

updated 2 years ago

Sudoku by Mohit Gupta

Solves 9X9 Sudokus of any difficulty level (matrix, game, control design)

[]=msave(b,d,i,j,a,n)

[a,test]=mgeta(d,i,j,n)

[b,d]=mupdate(b,d)

image thumbnail

updated almost 3 years ago

Routh-Hurwitz Stability Criterion with GUI MATLAB V3.3 by Christian H

This GUI Solve Routh-Hurwitz Stability Criterion (control design, matrix)

Gain_Finder(varargin)

Q=addlz(E,N)

Routh_Horwitz.m

image thumbnail

updated 3 years ago

MATLAB Programming Example for U2500A USB Modular Data Acquisition (DAQ) module’s Analog Input by Neo

This program sets the USB DAQ module to sample immediately without waiting for a trigger signal (aerospace, automotive, biotech)

image thumbnail

updated 3 years ago

statespace by William Carvajal

State space symbolic solver (control design, matrix, modeling)

statespace.m

image thumbnail

updated 5 years ago

Modeling feedback loop using MATLAB and Simulink by Chia

These files compares the way of modeling feedback loop between using MATLAB or Simulink (matlab, loop, simulink)

feedback

Contact us