Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

MATLAB Implementation and demo to design of filters in a hybrid FB with fractional delays. The theory is described in the paper: Ha T. Nguyen and Minh N. Do, Hybrid filter banks with fractional delays: Minimax design and application to multichannel sampling, IEEE Transactions on Signal Processing, vol.

  • Publisher: Ha Nguyen
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • DC motor
  • License: Shareware
  • Price: .price.
  • Rating

openloop simulation.

  • Publisher: Ankit Shah
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

To perform A Star path, goto to Main.m and set k=1, b=inf and n=0; Please read main.m TO RUN SINGLE ROBOT SIMULATION 1. Set Architecutre=1 and press F5 TO RUN MULTI ROBOT 1. Open Matlab and navigate to director with all the code 2. Open main.m and set architecture to 2 and save 3.

  • Publisher: Emad Hasan
  • Date: 05-06-2013
  • Size: 174 KB
  • Platform: Scripts, Matlab
  • cameramen
  • License: Shareware
  • Price: .price.
  • Rating

finally we can see a clear image.

  • Publisher: roshini
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Two quaternary systems are studied: (1) Acetic Acid - Ethanol - Water- Ethyl Acetate and (2) Acetic Acid - Butanol - Water- Butyl Acetate. In these two systems, liquid phase esterification occurs. The residue curve map is computed using the UNIQUAC model and gas phase acetic acid dimerization.

  • Platform: Scripts, Matlab

FASTRMS Instantaneous root-mean-square (RMS) power via convolution. FASTRMS(X), when X is a vector, is the time-varying RMS power of X, computed using a 5-point rectangular window centered at each point in the signal. The output is the same size as X and contains, for each point in X, an estimate of the instantaneous power expressed in the signal.

  • Platform: Scripts, Matlab

Function BSTRAG builds on an earlier FEX submission, BSTRAP - itself an extension of BOOTSTRP (Statistics Toolbox, v. 5-6) - by implementing 'groupwise' operation, wherein rows of x (,y,z,..) are split into several groups (having n1, n2, n3, .. rows), marked by distinct values of grouping variable c, and each resampling iteration randomly selects n1 rows from group 1, n2 rows from group 2, etc.

  • Platform: Scripts, Matlab

Computes the partial harmonic sum. Useful for computing the 2nd Frobenius solution in Sturm-Louiville problems..

  • Platform: Scripts, Matlab

Program FFTSIGMA plots Fourier series representations with sigma approximation. The figures show effects of the number of series terms and use of Lanczos sigma factors to smooth Gibbs oscillations. The Fourier series of a periodic function with period px has the approximate form: f(x) = sum( exp(2i*pi/px*k*x)*c(k),.

  • Platform: Scripts, Matlab

Medical Image Reconstruction using Filtered Back Projection. Matlab code (GUI) + 4 Sinograms for testing/demonstrations. Can be used as a laboration to compare different numbers of projections, filters and interpolation methods..

  • Platform: Scripts, Matlab

Included in the zipped file you find the prsrk.m routine to calculate molar volume, compressibility factor, fugacity coefficient, Helmholtz energy, entropy, enthalpy, internal energy, and Gibbs energy of vapor and liquid mixtures. The other Matlab functions/scripts are part of a steady-state distillation example as depicted in Fig.

  • Publisher: Antonio
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Its the 3 phase inverter build using GTOs.Power Elctronics engineering Beginners can be easily acquainted in simulink with this file.

  • Publisher: Yella
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

A standard set of Double Six dominoes contains 28 pieces (called bones) each displaying two numbers from 0 (blank) to 6 using dice-like pips. The 28 bones, which are unique, consist of the following combinations of pips: Bone # Pips Bone # Pips Bone # Pips Bone # Pips 1 0 | 0 8 1 | 1 15 2 | 3 22 3 | 6 2 0 | 1 9 1 | 2 16 2 | 4 23 4 | 4 3 0 | 2 10 1 | 3 17 2 | 5 24 4 | 5 4 0 | 3 11 1 | 4 18 2 | 6 25 4 | 6 5 0 | 4 12 1 | 5 19 3 | 3 26 5 | 5 6 0 | 5 13 1 | 6 20 3 | 4 27 5 | 6 7 0 | 6 14 2 | 2 21 3 | 5 28 6 | 6.

  • Platform: Scripts, Matlab
  • f77toM
  • License: Freeware
  • Price: 0.00
  • Rating

f77toM is a Perl 5 script to convert one or more F77 or F90 files to Matlab M-files. If you have any questions, please contact Chris Cornuelle at bob@math.umn.edu, Minnesota Center for Industrial Mathematics at the University of Minnesota..

  • Platform: Scripts, Matlab

This function allows you to plot one or more lines with their error range/confidence intervals/whatever bounds you require. It provides an advantage over several other similar entries on the FEX in that it: 1) allows x-y input similar to plot, where one call can create multiple lines at once, either by listing consecutive x-y pairs or by using using matrices for x and/or y.

  • Platform: Scripts, Matlab

Use xilinxbram.m and xilinxbraminit.m functions to generate VHDL or Verilog fraction of code to initialize Xilinx FPGA (Spartan, Virtex) 18k block RAM. Recent revision is also available here: http://radio.feld.cvut.cz/personal/matejka...oot:en:projects.

  • Platform: Scripts, Matlab

The specified intensity range is checked and return 1 if it comes.

  • Publisher: Rakesh K R
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • arsos
  • License: Shareware
  • Price: .price.
  • Rating

This procedure is suffice to test for the homogeneity of k regression coefficients (Ho: b1 = b2 =...= bk). The variability among the regression coefficients requires the F-statistic. If the null hypothesis is rejected, it can proceeds with a Tukey's q multiple comparision test to determine which of the k slopes differ from which other.

  • Platform: Scripts, Matlab

The process involves real time image processing of an arena using matlab and giving directions to a bot. The arena is a maze. The bot represents a snake. The problem is to guide my snake to appropriate food location without crossing the red lines which represent the maze.

  • Platform: Scripts, Matlab

When a DLL takes a long time to run, things go silent. It can look like the program has crashed even when it is running along just fine. The Matlab waitbar() function can be used in Matlab, but a waitbar is not available in C. However, Matlab can be called from C, so the user can still be notified that processing is still taking place.

  • Platform: Scripts, Matlab

This particular hybrid genetic optimizer is referenced from: J Hu "Radio Frequency Front-End Measurement and Modeling," Ph.D. dissertation, North Carolina State University, Raleigh NC, 2011. It's used in fitting a RF power amplifier model to measured data and extracting the model parameters.

  • Publisher: Jie Hu
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • librsync
  • License: Freeware
  • Price: 0.00
  • Rating

librsync is a free software library that implements the rsync remote-delta algorithm. This algorithm allows efficient remote updates of a file, without requiring the old and new versions to both be present at the sending end. The library uses a "streaming" design similar to that of zlib with the aim of allowing it to be embedded into many different applications.

  • Platform: Scripts, C and C plus plus

HELP: PLOTsaveas_fig.m function file is a nice demo and tiny useful script to manipulate figure window and to have printout options. Also, via this script a user can obtain info on a figure object size, created date, etc. Example: computation of integral of f(x)=sin(2.

  • Platform: Scripts, Matlab

The 3 phase induction motor is modeled to accept the No-Load & Blocked rotor test results for determining the equivalent circuit parameters. The model is used to simulate various performance characteristics. these characteristics can be viewed using a scope.

  • Platform: Scripts, Matlab

This function will build a WFM file for importing data into a Tektronix Arbitrary Waveform Generator Model number AWG710 or AWG710B.

  • Platform: Scripts, Matlab

This function computes the integral "I" via Simpson's rule in the interval [a,b] with n+1 equally spaced points Syntax: I = simpsons(f,a,b,n) Where, f= can either be an anonymous function (e.g. f=@(x) sin(x)) or a vector containing equally spaced values of the function to be integrated a= Initial point of interval b= Last point of interval n= # of sub-intervals (panels), must be integer Written by Juan Camilo Medina - The University of Notre Dame 09/2010 (copyright Dr.

  • Platform: Scripts, Matlab

This is a three-degree-of-freedom (longitudinal) model of the 1903 Wright Flyer based on a BASIC simulation written by Frederick J Hooven. This model contains the airframe, environment and simple pilot models. The VRML world converted to VRML97 was originally created by Thaddeus Bejer of Hammerhead Productions in Inventor format.

  • Platform: Scripts, Matlab

Sharing posts & pages The plugin currently supports the following networks for sharing: Facebook (like and send buttons) Twitter Google +1 LinkedIn Tumblr StumbleUpon Delicious Digg Reddit Myspace Hyves On Tweet buttons you can specify a Twitter handle which is then appended to the tweet a visitor sends (like ".

  • Platform: Scripts, Matlab

This particular NVNA measurement setup is referenced from the following: J Hu et al "Calibrated Nonlinear Vector Network Measurement Without Using a Multi-Harmonic Generator" to appear in IET Microwaves, Antennas & Propagation. It's also extensively described in the following: J Hu "Radio Frequency Front-End Measurement and Modeling," Ph.

  • Publisher: Jie Hu
  • Date: 05-06-2013
  • Size: 891 KB
  • Platform: Scripts, Matlab

Cone beam CT simulation By: Deshan Yang, PhD Department of radiation oncology, school of medicine, Washington University in Saint Louis Email: dyang@radonc.wustl.edu Files: compute_projections.m - the main program, to compute all projection and save the 2D projection images into a folder compute_one_projection.

  • Platform: Scripts, Matlab

New Downloads

Foxit Reader

Small, fast, and feature rich
PDF viewer which allows you to
open, view, and print any PDF
file. Unlike other free ...

Free Hexagons Game

Free Hangman Game is a smal
popular word guessing game
where have to guess the word
by picking the letter.

SSuite Office WordGraph

WordGraph is a free and very
useful alternative to
Microsoft\'s Word,
OpenOffice\'s Writer, or
anything else out there ...

ECTkeyboard

ECTKeyboard is a program that
allows individuals with
reduced motor skills to type
text letter by letter. Works
with eye ...

Driver Booster

Driver Booster Free, designed
with IObit's most driver
update technology, scans and
identifies outdated drivers
...

Q4Search

Q4Search is an intuitive super
fast search application,
designed to improve your work
efficiency on texts. With
Q4Search ...

Biometric Handpunch Manager
Personal

Biometric Handpunch Manager
allows you to manage all of
your Handpunch devices in
seconds.

BlueFox Free PDF Convert
Master

lueFox Free PDF Convert Master
is an all-round free PDF
converter that can convert PDF
to other formats like Word,
Excel, ...

Free File Encrypter

Free file encryptor is
designed to encrypt files of
any types like audio, video,
text, images, EXE programs,
etc. in few ...

PCMate Free File Encryptor

PCMate Free File Encryptor is
a security software product
that helps lock your important
files from prying eyes with
...