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

Cosine Definite Integral software
Filter: All | Freeware | Demo
 

Cosine Definite Integral

< 1 2 3 4 5 
Added: June 08, 2013 | Visits: 294

Discrete (co)sine transform (and its inverse) Y = DCTN(X) returns the discrete cosine transform (DCT) of X.X = IDCTN(Y) returns the inverse discrete cosine transform (IDCT) of Y.Y = DSTN(X) returns the discrete sine transform (DST) of X.X = IDSTN(Y) returns the inverse discrete sine transform (IDST) of Y.X and Y can be N-dimensional.D =...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Discrete (co)sine transform (and its inverse) Download

Added: August 05, 2013 | Visits: 295

Resize any arrays and images Y = RESIZE(X,NEWSIZE) resizes input array X using a DCT (discrete cosine transform) method. X can be any array of any size. Output Y is of size NEWSIZE.Input and output formats: Y has the same class as X.As an example, if you want to multiply the size of an RGB image by a factor N, use the...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Resize any arrays and images Download

Added: June 03, 2013 | Visits: 503

Laplacian Smoothing Transform (LST) for Face Recognition Subspace learning based face recognition methods have attracted many researchersd-deOao interests in recent years. In thispaper, a novel Laplacian Smoothing Transform (LST) is proposed to transform an image into a sequence, by which low frequencyfeatures of an image can be easily extracted for a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 3.65 MB Download (40): Laplacian Smoothing Transform (LST) for Face Recognition Download

Added: April 20, 2013 | Visits: 471

Simpson's Rule Integration This function computes the integral "I" via Simpson's rule in the interval [a,b] with n+1 equally spaced pointsSyntax: 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...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Simpson's Rule Integration Download

Added: July 30, 2013 | Visits: 289

CUMSIMPSUM Z = CUMSIMPSUM(Y,DEL) computes an approximation of the cumulative integral of Y from a=0 to b via the Simpson's rule (with unit spacing). For matrices Y, CUMSIMPSUM works on columns of Y. DEL contains the upper limit(s) b.CUMSIMPSUM is a cumulative analog to SIMPSUM and may be used as an...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): CUMSIMPSUM Download

Added: June 07, 2013 | Visits: 244

Gauss-Legendre This zip has 3 funtions:-polegende generates legendre polinomyal.-flege performs an integration variable change to change any interval [a,b] to [-1,1] so the integral can be properly evaluated.-gausslegende numericaly evaluates the integral of function [f]


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Gauss-Legendre Download

Added: May 10, 2013 | Visits: 220

PLOTsaveas_fig.m 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.5*x) for x=0..20*pi and plot...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (38): PLOTsaveas_fig.m Download

Added: May 10, 2013 | Visits: 418

Logarithm of complex sine and cosine avoiding overflow log(cos(Z)) and log(sin(Z)) return infinities for abs(imag(Z)) > 711 in double precision, or abs(imag(Z)) > 90 in single precision. The overflow occurs in the trigonometric function; the correct final result has about the same magnitude as Z, and can be readily computed.Using logcos(Z) or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Logarithm of complex sine and cosine avoiding overflow Download

Added: March 26, 2013 | Visits: 241

Chebpack The MATLAB package Chebpack solves specific problems for differential or integral equations. It is organized in four modules, corresponding to four levels of complexity. Each level has an associated set of particular examples. The package is based on the Chebyshev tau spectral method applied in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 307.2 KB Download (39): Chebpack Download

Color Image Compression / Decompression by using Hybrid Wavelet Transform and Cosine Transform This Technique is very useful for the Programmer/Researcher/Users for color images compression type RGB. This Technique is using three level DWT and one-dimensional DCT.


Platforms: Matlab


Added: April 06, 2013 | Visits: 564

trapz and quad basic examples Basic examples of using trapz and quad to evaluate the integral of two simple known functions between defined limits.A for loop is used to loop over the upper limits of integration. The results are compared to show the greater accuracy, efficiency and ease of use of quad for a known function


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): trapz and quad basic examples Download

Added: September 14, 2013 | Visits: 297

ATWStraightWireTriangle Compute the solution to the arbitrary-shape thin wire integral equation found in Section 4.5 ofGibson, Walton C. "The Method of Moments in Electromagnetics," Taylor and Francis/CRC, 2008.Assumes a straight wire along z-axis.Gauss-Legendre quadrature weights are computed using the following...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): ATWStraightWireTriangle Download

Added: September 04, 2013 | Visits: 255

Diffusion Tensor Field (DTI) Visualization The plotDTI function plots a single tensor, a row of tensors, or a 2D field of tensors as Gaussian ellipsoids. The tensors must be given as 3x3 symmetric positive definite matrices.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (49): Diffusion Tensor Field (DTI) Visualization Download

Added: August 27, 2013 | Visits: 326

Fast Symmetric Matrix Inverse We can exploit the symmetry of a real, positive definite, symmetric matrix by using the Cholesky decomposition to compute the inverse.The built-in MATLAB inv function uses LU decomposition which requires extra pivots and operations. Rarely does one actually need to compute the inverse of a matrix...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast Symmetric Matrix Inverse Download

Added: May 06, 2013 | Visits: 383

complexzeros This workspace employs interactive graphics and Muller's method to compute function roots in a rectangular region of the complex plane. Function interact employs surface and contour plots of -log(abs(function(z))) to locate function roots which are read interactively with the graphics cursor and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): complexzeros Download

Added: July 17, 2013 | Visits: 224

HallenPulseSolution Compute the solution to Hallen's Integral Equation with symmetric excitation using pulse basis functions and point matching. Assumes a straight wire along z-axis.Uses the following script for gaussian quadrature weights:http://www.mathworks.com/matlabcentral/fileexchange/4540


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): HallenPulseSolution Download

Added: July 30, 2013 | Visits: 197

Generalized Goertzel algorithm Goertzel algorithm generalized to non-integral multiples of fundamental frequency.The conventional Goertzel Algorithm can be used to compute individual DFT coefficients. In case we need to compute some values of DTFT (that means, non-integer multiples of the fundamental frequency), slight...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Generalized Goertzel algorithm Download

Added: June 10, 2013 | Visits: 381

Pulsed to tonal strength parameter (PTR) Parameter to dynamically track the pulsed to tonal mean power distribution. This set of scripts and functions show how the pulsed to tonal strength parameter can be calculated.The pulsed to tonal strength parameter/ratio (PTR) can give information of the mean power present in the pulsed...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 348.16 KB Download (39): Pulsed to tonal strength parameter (PTR) Download

Added: April 12, 2013 | Visits: 416

Numerical Integration GUI This GUI can be used by entering 'nu' at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function's integral can be evaluated over a user defined range by...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Numerical Integration GUI Download

Added: August 12, 2013 | Visits: 398

Euler spiral Euler spiral is generated by evaluating Fresnel integral.By changing some of the parameters different types ofspirals are generated.This script can generate 18 different spirals.When this script is executed a list dialog appears with 18 differentpolynomials, select any one to generate one of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Euler spiral Download

< 1 2 3 4 5