Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.215.705 Times

Vogel Approximation Method software
Filter: All | Freeware | Demo
 

Vogel Approximation Method

< 1 2 3 4 5 
Added: August 19, 2013 | Visits: 432

Gray image thresholding using the Triangle Method The Triangle method is due to Zack (Zack GW, Rogers WE, Latt SA (1977), "Automatic measurement of sister chromatid exchange frequency", J. Histochem. Cytochem. 25 (7): 741d-deOCt53. A line is constructed between the maximum of the histogram at b on the gray level axis and the lowest (or highest...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Gray image thresholding using the Triangle Method Download

Added: September 04, 2013 | Visits: 359

Voigt funtcion approximation - Humlicek Region This is an approximation of the Voigt function within the Humlicek regions 3 and 4. The approximation is one given by S.M. Abrarov et. al. "High-accurace approximation of the complex probability function byFourier expansion of exponential multiplier" (2010).x = sqrt(ln(2))*(nu - nu0)/alphaDy =...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Voigt funtcion approximation - Humlicek Region Download

An extended method to find the value of pi using random numbers inside a sphere.. The MATLAB file contains a method to find the value of pi. This is just an extension of the general method of finding pi from within a circle. It uses 3D-matrices and some more stuffs, which can be very helpful for educational purposes. Also, do change the values in the file, to see for yourself,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): An extended method to find the value of pi using random numbers inside a sphere.. Download

Added: August 02, 2013 | Visits: 478

Jean Le Rand D'Alambert Reduction Method (update:22-06-07) In this Matlab application was perused Jean Le Rand D'Alambert's** Reduction Method for two degree of linear differential equations and several analytical examples are compared with matlab solution applications.**Jean d'Alembert was a a French mathematician who was a pioneer in the study of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (40): Jean Le Rand D'Alambert Reduction Method (update:22-06-07) Download

Added: May 09, 2013 | Visits: 442

Approximating the Inverse Normal Applying the inverse transform method to the normal distribution entails evaluation of the inverse normal. This is the Beasley-Springer-Moro algorithm for approximating the inverse normal.Input: u, a sacalar or matrix with elements between 0 and 1Output: x, an approximation for the inverse normal...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Approximating the Inverse Normal Download

Added: April 28, 2013 | Visits: 351

Simulation/Synthesis of Diffusion-Weighted MRI datasets This method computes an accurate continuous approximation of the DW-MRI signal using adaptive kernels (A. Barmpoutis et al. "Adaptive kernels for multi-fiber reconstruction", In the Proceedings of IPMI, 2009). The approximation is based on Fig. 3 of the article which shows the plot of the DW-MRI...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Simulation/Synthesis of Diffusion-Weighted MRI datasets Download

Efficient Conjugate Gradient Method for Symmetric Banded Matrix This code uses conjugate gradient method to solve the linear systemAx= b, where A is symmetric and banded. A is first stored in acompactstorage mode, using the function "compactstorage", and thenconjugate gradient method is applied to the compactly stored matrix.Input: A, initial guess x, vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Efficient Conjugate Gradient Method for Symmetric Banded Matrix Download

Added: April 19, 2013 | Visits: 410

Total Least Squares Method We present a Matlab toolbox which can solve basic problems related to the Total Least Squares (TLS) method in the modeling. By illustrative examples we show how to use the TLS method for solution of:- linear regression model- nonlinear regression model- fitting data in 3D space- identification of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Total Least Squares Method Download

Fast simulation of acoustic room impulse responses (image-source method) These files provide a fast implementation of the image-source model (ISM) for the simulation of room impulse responses (RIRs) in small-room acoustics. This implementation produces RIRs that are virtually identical to those obtained with the standard ISM, but the simulations are up to two orders...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): Fast simulation of acoustic room impulse responses (image-source method) Download

Added: May 14, 2013 | Visits: 622

Best polynomial approximation in uniform norm For a given real-valued function of one real variable on an interval, the code calculates the best approximation in the uniform (max) norm by a polynomial of a given degree. Approximating in a uniform norm is much computationally harder compared to the standard least squares fit, but gives eye...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Best polynomial approximation in uniform norm Download

Added: March 24, 2013 | Visits: 394

Fit t copula fast using method of moments Fitting a t-copula using the method of moments described in Quantitative Risk Management by McNeil, Frey and Embrechts. The outputs from this function correspond to those of the statistics toolbox's copulafit('t',u) . For large datasets, tcopulafit is immeasurably faster than copulafit('t',u)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (44): Fit t copula fast using method of moments Download

One Single Component Reliability Monte Carlo Chronological Method This simple code shows how the Monte Carlo Chronological method works. This example is intended to be for educational purpose, generating an artificial history data vectors of a single component modeled in a two state Markov chain model and exponentially distributed. You just need to enter the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): One Single Component Reliability Monte Carlo Chronological Method Download

Added: August 20, 2013 | Visits: 399

Composite Trapezoid method for numeric integration COMPOSITE trapezoid Method for numerical calculations & analysis exercises in Numeric Integration. f function is given in terms of a symbolic variable x and as an inline function. E.g., f=inline('x^2+2*x-2'). Also, if the function f is trigenometric function, the 4th argument can be entered as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (39): Composite Trapezoid method for numeric integration Download

Added: April 08, 2013 | Visits: 411

Composite Simpsons method for numeric integration COMPOSITE SIMPSON's method for numerical calculations and analysis exercises of Numeric Integration. f function is given in terms of a symbolic variable x and as aninline function. E.g., inline('x^2+2*x-2'). Also, if the function f is trigonometric function, the 4th argument can be entered...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (46): Composite Simpsons method for numeric integration Download

Added: April 06, 2013 | Visits: 347

Composite Mid-point method for numeric integration COMPOSITE midpoint rule method. Some numerical calculations and analysis exercises of Numeric Integration for comparison analysis. f function is given in terms of a symbolic variable x and expressed as an inline function. E.g., f=inline('x^2+2*x-2'). Also, if the function f is trigonometric...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (40): Composite Mid-point method for numeric integration Download

Added: August 30, 2013 | Visits: 294

The polynomial regression method This code implements the 1D polynomial regression method. It uses the least square method for the finding of regression polynomial coefficents. Outputs of the script are polynomial regression coefficients, residuals, the sum of squared errors, the determination index and the graphical comparison...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): The polynomial regression method Download

Added: June 07, 2013 | Visits: 464

Wilson tita Time Integration Method Given assembeled mass, stiffness matrices and damping matrices, external load vector of n degree's of freedom, response of the system to the external load is calculated using Wilson tita step-by-step integration method. Time step, tita value can be changed accordingly to the problem.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Wilson tita Time Integration Method Download

Added: September 06, 2013 | Visits: 334

Raible's Method Raible's Method Rev.02This script is used to compute the Raible table for any characteristics polynomial of f(Z) of any order (which saves alot of computing efforts.), accordingly the stability of discrete systems can be easily deduced, also helpful for testing and analysis of different discrete...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Raible's Method Download

Added: March 29, 2013 | Visits: 158

Perfectly Matched Layer(PML) in FDTD method. In FDTD method we are truncated the problem space.But in truncating we face the problem of reflection in its boundary.The absorbing boundary condition(ABC)but its quite difficult to make 2D ABC and make use in FDTD method. This problem is solved by PML.Suppose a wave propagating outward,it will...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Perfectly Matched Layer(PML) in FDTD method. Download

Direct Calculation Method of Symbolic Volterra Circuit Analysis This particular Direct Calculation Method is referenced from: J Hu "Radio Frequency Front-End Measurement and Modeling," Ph.D. dissertation, North Carolina State University, Raleigh NC, 2011.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (45): Direct Calculation Method of Symbolic Volterra Circuit Analysis Download

< 1 2 3 4 5