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.478.501 Times

Inverse Functions software
Filter: All | Freeware | Demo
 

Inverse Functions

< 1 2 3 4 5 
Added: May 15, 2013 | Visits: 539

Upslope area functions A collection of functions for calculating the upslope area and related measurements for a digital elevation model (DEM).Based on the method of Tarboton.See also the upslope area postings on my image processing blog, March-August 2007, http://blogs.mathworks.com/steve.Requires Image Processing... Platforms: Matlab

License: Freeware Size: 307.2 KB Download (44): Upslope area functions Download

Added: March 27, 2013 | Visits: 441

typecast and typecastx C-mex functions TYPECAST and TYPECASTX are mex functions intended to mimic the MATLAB intrinsic typecast function with extensions. These C-mex versions of typecast differs from the intrinsic typecast in the following important aspects: Intrinsic typecast------------------Type of copy: Deep Data CopyAllows... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): typecast and typecastx C-mex functions Download

Added: June 02, 2013 | Visits: 376

H-infinity sub-optimal causal IIR inverse filter [psi gopt] = dfdesign_w(phi, w, d);DFDESIGN_W computes the H-infinity optimal inverse filter of a given filter phi(z).The resulting filter psi(z) minimizes the H-infinity norm of the error systemE_w(z) = [z^(-d) - psi(z)phi(z)]w(z).If an error occurs, use "dfdesign_w_lmi.m".[INPUT]phi: target... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): H-infinity sub-optimal causal IIR inverse filter Download

Added: September 09, 2013 | Visits: 428

Image normalization and inverse normalization An implementation of the image normalization (and inverse normalization) part of P. Dong et al.'s paper: "Digital Watermarking Robust to Geometric Distortions," IEEE Trans. Image Processing, Vol. 14, No. 12, pp. 2140-2150, 2005. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): Image normalization and inverse normalization Download

Added: August 24, 2013 | Visits: 315

Jacobi Theta and Eta Functions [Th, H] = JACOBITHETAETA(U,M) returns the values of the Jacobi's theta and eta elliptic functions TH and H evaluated for corresponding elements of argument U and parameter M. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Jacobi Theta and Eta Functions Download

Added: April 15, 2013 | Visits: 250

Vector functions (double) The MATLAB toolbox offers two particular functions working on vectors as the vector cross product and the dot product. These functions are implemented to work on a general matrix dimension. Unfortunately, this implies a long overhead and slows down the performance significantly.This archive... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (49): Vector functions (double) Download

Added: May 11, 2013 | Visits: 505

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Example: Using Nested Functions for Timers Download

Normal Inverse Gaussian (NIG) distribution - updated version At the moment, the Normal Inverse Gaussian (NIG) distribution is not included in the statistics toolbox. This collection of m-files supplements this toolbox with the most important functionalities for the NIG distribution: random numbers, moments, cdf, pdf and parameters by moment fit. This... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Normal Inverse Gaussian (NIG) distribution - updated version Download

Simulation of counting processes and piecewise constant functions Vectorized code for simulation of renewal, stationary renewal, renewal reward, on-off processes. Interrenewal distribution can be given as a function handle to an external random number generator. Includes addition and integration of such processes. May be used for operations with constant... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Simulation of counting processes and piecewise constant functions Download

Added: July 19, 2013 | Visits: 441

Normal Inverse Gaussion Distribution At the moment, the normal inverse Gaussian distribution is not included in the statistics toolbox. This collection of m-files supplements this toolbox with the most important functionalities for the NIG distribution: random numbers, moments, cdf, pdf and parameters by moment fit. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Normal Inverse Gaussion Distribution Download

Volatility Loss Functions and VaR Conditional, Indepedence and Regulatory BackTests This toolbox estimates the following volatility loss functions:1. Mean Square Error, MSE2. Mean Absolute Deviation, MAD3. Mean Logarithm of Absolute Errors, MLAE4. Heteroskedasticity-adjusted Mean Square Error, HMSE5. Heteroskedasticity-adjusted Mean Absolute Error, HMAE6. Median Absolute Error,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (44): Volatility Loss Functions and VaR Conditional, Indepedence and Regulatory BackTests Download

Added: July 20, 2013 | Visits: 555

Elimination Matrices and Inverse The m-file finds the elimination matrices (and scaling matrices) to reduce any A matrix to the identity matrix using the Gauss-Jordan elimination method without pivoting. Using the matrices gotten it computes the inverse of the A matrix. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (61): Elimination Matrices and Inverse Download

Added: April 29, 2013 | Visits: 358

Functions that checks if a number is odd or even Functions that checks if a number is odd or even.(This is a little bit more complicated than using "mod(x, 2)" if you want error handling for certain cases.)The function can handle double, single, and integer classes, as well as arrays of these.* An error is raised if a floating point number is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Functions that checks if a number is odd or even Download

Added: June 08, 2013 | Visits: 448

Inverse Discrete Fourier Transform of a finite sequence The Fourier transform takes a signal in the time domain and maps it, without loss of information, into the frequency domain. The frequency domain representation is exactly the same signal, in a different form. The inverse Fourier transform(IDFT) maps the signal back from the frequency domain into... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (55): Inverse Discrete Fourier Transform of a finite sequence Download

iprintf - wrapper for fprintf-like print functions with automatic indentation capabilities Wrapper for fprintf-like print functions with automatic indentation capabilities, based on format string processing.The default mechanism automatically indents the output based on the length of the function call stack. The indentation hence directly reflects the depth of the function from which... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (42): iprintf - wrapper for fprintf-like print functions with automatic indentation capabilities Download

Added: May 15, 2013 | Visits: 463

inverse 2-D Laplace transform You can follow the examples given in the codes, to construct your 2-Dfuction in 2-D Laplace transform domain, insert it into the place of our examples, then you can get the inverse 2-D Laplace transform of your function. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): inverse 2-D Laplace transform Download

Total Kullback-Leibler (tKL) divergence between multivariate normal probability density functions tKL between two multivariate normal probability density functions. This program implements the tKL between two multivariate normal probability density functions following the references: Baba C. Vemuri, Meizhu Liu, Shun-Ichi Amari and Frank Nielsen, Total Bregman Divergence and its Applications... Platforms: Matlab


The Radial Basis Function (RBF) using pseudo-inverse method for Simulink The Radial Basis Function (RBF) using pseudo-inverse method for Simulink.The Radial Basis Function (RBF) with fixed centers selected at random andpseudo-inverse method for Simulink.Marcelo Augusto Costa FernandesDCA - CT - UFRNmfernandes@dca.ufrn.br Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (44): The Radial Basis Function (RBF) using pseudo-inverse method for Simulink Download

Added: June 14, 2013 | Visits: 365

GUI Examples using Nested Functions These two examples, which were originally posted in the MATLAB newsgroup comp.soft-sys.matlab, demonstrate how to use the nested function capability of MATLAB 7.0 (R14) and later versions to reduce the number of parameters that need to be passed into and between callbacks inside a GUI M-file.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): GUI Examples using Nested Functions Download

Added: September 10, 2013 | Visits: 438

SQL Handling Functions SQL Handling Functions is a MySQL database access wrapper that can execute common SQL queries.Functions of SQL Handling Functions:- Establish connections to a MySQL host and access a given database- Execute INSERT or UPDATE SQL queries to a given table and a list of fields- Get the last inserted... Platforms: PHP

License: Freeware Size: 10 KB Download (41): SQL Handling Functions Download

< 1 2 3 4 5