image thumbnail

updated 1 month ago

Continous Fractions Expansion by Mario Coutino

Computes the continous fractions expasion of a pulse transfer function. (control design, mathematics, signal processing)

cont_frac(num,den)

image thumbnail

updated 1 month ago

Comparison of Alamouti & MRC Schemes over Rayleigh Channel by Sourav Mondal

This code gives a relative comparison of performance of Alamouti & MRC schemes over Rayleigh channel (communications, control design, data export)

alamouti_new(M, frmLen, numPackets, EbNo)

mrc_new(M, frmLen, numPackets, EbNo)

alamouti_mrc_RUN_new.m

image thumbnail

updated 1 month ago

cofficients of fourier series by davood shaghaghi

This function is written to calculate the cofficients of fourier series. (control design, mathematics, image processing)

[]=fs(x,T0,n,type)

image thumbnail

updated 3 months ago

UD Factorization & Kalman Filtering by Gerard Van Willigenburg

UD and LD factorization of nonnegative matrices and associated Kalman filter implementations. (ldl factorization, control design, kalman filter)

[P,K,xhat]=kmfmu(c,w,P,xhat,y)

[P,xhat]=kmftu(Phi,V,P,xhat,Gam,u)

[l,d]=ld2ld(ld)

image thumbnail

updated 3 months ago

Performance Analysis of Z-source Inverter Fed Induction Motor Drive by Amit Tiwari

THIS MODEL IS EQUIPPED WITH CONSTANT BOOST CONTROL USING THIRD HARMONIC INJECTION. (communications, gui, control design)

ZINV1

image thumbnail

updated 3 months ago

MATLAB Quiz by Khuhed

MATLAB Quiz (100 Questions) (control design, image processing, signal processing)

MATLAB Quiz

image thumbnail

updated 4 months ago

Embedded Coder Support Package for Xilinx Zynq-7000 Platform by MathWorks Embedded Coder Team

Embedded Coder Support Package installer file that works with Support package installer (zynq, automotive, motor control)

image thumbnail

updated 4 months ago

HDL Coder Support Package for Xilinx Zynq-7000 Platform by MathWorks HDL Coder Team

HDL Coder Support Package installer file that works with Support package installer (zynq, hwsw codesign, motor control)

image thumbnail

updated 5 months ago

Decentralized Feedback Zero Forcing Equalizer by Alex Dytso

Describes implementation of decentralized feedback zero forcing equalizer. (communications, wireless, simulation)

simDFEZF

image thumbnail

updated 5 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 5 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 6 months ago

PERFORMANCE ANALYSIS OF Z-SOURCE INVERTER FED INDUCTION MOTOR DRIVE by Amit Tiwari

THIS SIMULINK MODEL HAS BEEN DESIGNED FOR ANALYSIS OF A Z SOURCE INVERTER FED THREE PHASE IND. MOTOR (control design, measurement, simulink)

zinv

image thumbnail

updated 6 months ago

Trapezoidal Integration by Aravazhi Anbarasu

Simple and intuitive numerical integration based on trapezoidal rule. (data import, data export, control design)

int_trapz(X,Ts)

image thumbnail

updated 8 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 8 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 8 months ago

Fractional Variable Order Derivative Simulink Toolkit by Dominik Sierociuk

The toolkit for simulation constant and variable fractional order derivatives. (fractional calculus, signal processing, variable order differ...)

slblocks

make_mex.m

example1

image thumbnail

updated 8 months ago

PMSM simulation by Cheku Dorji

The simulink model of current controlled PMSM drive with constant torque control id=0. (simulink, automotive, control design)

PMSM_DRIVES_SIMULATION1

image thumbnail

updated 10 months ago

GUI for denoising video signals with Kalman filter by Youssef KHMOU

filter grayscale video signals(avi || Webcam) with 1st Order Estimation & Kalman filter . (image processing, gui, signal processing)

B=corr2d(H)

Create_gray_Gif_Image( data,filename)

Estimation(X)

image thumbnail

updated 11 months ago

Sigma Delta Test Bench by Aravind VJ

A test bench to simulate and analyse Sigma Delta modulators (delta sigma, sigma delta, communications)

DAC_Test.m

DWA_Trial.m

Run_Me.m

image thumbnail

updated 12 months ago

GETK by Miroslav Balda

Wait for and identify a pressed key (waiting, keyboard, keys)

getk(N,pos)

image thumbnail

updated 12 months ago

Estimating a constant state using the Kalman Filter by Lazaros Moysis

Kalman Filter example for estimating a constant value (estimation, kalman, filter)

KalmanFilterExample.m

image thumbnail

updated 1 year ago

Wave Player With Effects And Analysis by Muhammad Umair

It plays and add certain effects to a .wav file like a real media player. (wav player, convoloution, gui)

image thumbnail

updated 1 year ago

A_Z_Node_Spikes by Sam Bateman

For a bio-functional cellphone micro-chip. (biotech, communications, control design)

A_Z_Nodes_Version_2.m

image thumbnail

updated 1 year ago

Frequency-Domain Min-Max Optimization for Delta-Sigma Modulators by Masaaki Nagahara

Matlab codes are provided for min-max optimization for loop-filter design in delta-sigma modulators. (delta sigma, optimization, signal processing)

NTF_MINMAX(order, OSR, H_inf, f0, zf)

NTF_MINMAX_MB(order, OSR, H_inf, f, zf)

image thumbnail

updated 1 year ago

Dynamic Signal Analyzer 34411A by Neil Forcier

This program turns your DMM into a Dynamic Signal Analyzer. (measurement, aerospace, control design)

performFFT(readings,sRate)

talkTo34411A(sRate, sCount, range, address)

Signal_Analyzer_34411A.m

image thumbnail

updated 1 year ago

TwinCAT Scope View import for MATLAB by Michael Gloeckler

Functions for the import of TwinCAT Scope View data into MATLAB. (control design, data import, measurement)

padTCscope.m

rdTCscope.m

example.m

image thumbnail

updated 1 year ago

Filter Design Toolbox by Behnam Shariati

This program can evaluate all filter types characteristics with some adequate inputs. (gui, communications, control design)

Filter(varargin)

image thumbnail

updated 1 year ago

Best Fit Legend by rasam aliazizi

the best tool for signal processing, of a section of your data. (communications, control design, data export)

BestFitInfo(varargin)

Equation(polyCoeff, x, y)

GetMousePosition(varargin)

image thumbnail

updated 1 year ago

3-Part Demo Use of Simple Matlab Commands for Bit Reversal Required in Fast Fourier Transform or FFT by Amitava Biswas

3-Part Demo Uses Simple Matlab Commands for Bit Reversing Required in Fast Fourier Transform or FFT (communications, control design, demo)

biswas50.m

image thumbnail

updated 1 year ago

Stentiford Thinning Algorithm by mohan palani

This code is implemented using the reference paper of IMAGE PROCESSING TECHNIQUES FOR MACHINE VISION (aerospace, control design, image processing)

connectivityFun(inwindow)

stentifordThining.m

image thumbnail

updated 1 year ago

Generate [file/folder/any] name based on current time by sunil anandatheertha

Generate [file/folder] name based on current time. Useful for some automated folder/file creation. (aerospace, data export, automotive)

genFilename()

image thumbnail

updated 1 year ago

Code of An Estimation-based Approach of Fault Detection and Isolation of the Wind TurbineBenchmark by Qi

The matlab code of the solution of “FDI Design Competition for Wind Turbines" (winning 2nd place) (control design, simulink, simulation)

Detection_pitch(t,x,u,flag,A,B,C,L)

FDI_DriveTrain_c(t,x,u,flag,A,B,C,L)

FD_fault2_c(t,x,u,flag,A,B,C,L)

image thumbnail

updated 1 year ago

Simple Zero Phase Distortion Multiplier-less Gaussian Low-Pass & High-Pass Filter of a Linear Chirp by Amitava Biswas

Simple Zero Phase Distortion Multiplier-less Gaussian Low-Pass & High-Pass Filter of a Linear Chirp. (communications, control design, demo)

biswas49.m

image thumbnail

updated 1 year ago

Matlab Monte Carlo Demo on Advanced Statistical Estimation of Variance and Standard Deviation by Amitava Biswas

Matlab Monte Carlo Demo on Advanced Statistical Estimation of Variance and Standard Deviation (aerospace, automotive, biotech)

biswas48.m

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, data export)

standard_fig(varargin)

gui_class_example

image thumbnail

updated 1 year ago

Video Recording by rasam aliazizi

Recording video & snapshots using a web cam or other. (image processing, signal processing, gui)

Creat_AVI(varargin)

CreateImAqObject(varargin)

Export2WorkSpace(var, val, varargin)

image thumbnail

updated 1 year ago

GUI for Root Locus by Erik Cheever

This program helps to sketch root locus plot (root locus, sketch, control system)

RLocusGui.m

image thumbnail

updated almost 2 years ago

Single Phase Semi converter by satendra kumar

The simulation of Single Phase Semi converter is explained to help in the studies. (single phase semi con..., power electronics, thyristor simulation)

SinglePhase_Semi_Converter

image thumbnail

updated almost 2 years ago

Single Phase Half wave Rectifier by satendra kumar

Single Phase Half wave Rectifier, with the help of SCR is demonstrated. (simulation, automotive, power electronics)

SinglePhase_halfWaveRectifier

image thumbnail

updated almost 2 years ago

System Identification by Yella

System Identification for 2nd order Plant (communications, signal processing, simulation)

system_identification()

image thumbnail

updated 2 years ago

Circular Convolution by Star

Calculating circular convolution of two discrete time sequences. (signal processing, control design, communications)

Circonv.m

image thumbnail

updated 2 years ago

Transfer Function by Star

Represent a given set of values into a transfer function form. (signal processing, instrumentation, electronics)

Transfer_func.m

image thumbnail

updated 2 years ago

IEEE single precision floating point number <=> uint 32 converter by Igal

C based S-Function blocks implementing biderectional convertion single precision floats <=> uint32 (fpga, floating point core, ieee single)

ieee_float_2_uint32_and_back

image thumbnail

updated 2 years ago

Function To Generate Truth Table Condition Vectors by Paul Metcalf

This function efficiently generates a matrix of binary condition vectors for use in a truth table. (control design, image processing, mathematics)

getcondvects(i)

image thumbnail

updated 2 years ago

Digital filter with poles and zeros placement by Andrea Cirillo

Create a numeric filter with poles and zeros placement. (control design, signal processing, digital)

poles_zeros_placement.m

image thumbnail

updated 2 years ago

transmission lines fault analysis by satendra kumar

Simulation method to study the transmission line faults... (fault analysis, power system, simulink)

machinestability

image thumbnail

updated 2 years ago

Nonlinear SISO system analysis using simulink by Ankit Shah

Mathematical modeling using simulink and linearization (control design, linearization, transfer function)

operating point.m

operating point.m

simlinear.m

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

Simulated Annealing for Constrained Optimization by Xin-She Yang

Continuous constrained optimization using simulated annealing. (control design, mathematics, optimization)

[bestsol,fmin,N]=sa_mincon(alpha)

sa_demo

image thumbnail

updated 2 years ago

H-infinity sub-optimal causal FIR inverse filter via LMI by Masaaki Nagahara

This computes the optimal inverse filter minimizing the H-infinity norm of the error system via LMI. (control design, signal processing)

dfdesign_w_lmi(phi, w, d, n);

Contact us