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

Transform Definition software
Filter: All | Freeware | Demo
 

Transform Definition

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

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: May 12, 2013 | Visits: 314

1D Walsh Transform This function generates a Walsh-Matrix which can be used to perform the 1D-Walsh transform on a vector:Example:>> walsh(4)*[1 2 3 4]'The returned matrix is internally cached within the function (persistent) which implies that it is efficient to call the function in a loop as long as the arguments...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): 1D Walsh Transform Download

Added: September 05, 2013 | Visits: 350

Transform matrix between two dicom image coordinates It first transforms to patient coordinates and then to the second coordinates. Both dicom image sets should have the same localizer while scanning.It takes two inputs: dicominfo structures (taken by dicominfo mmand) of two image sets. The outputs are 4x4 transform matrix and 3x3 rotation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Transform matrix between two dicom image coordinates Download

Added: August 07, 2013 | Visits: 284

Faster 3D Walsh - Hadamard Transform (sequency, natural) Copy&Paste from the file:%WAT3D 3D Walsh or Hadamard Transform% WAT3D(X, order) will transform the 3D matrix X to the Walsh or Hadmard% domain depending on the parameter 'order'.% If order == 'sequency' or 'walsh'% The function will transform the matrix using the sequency ordered% walsh...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Faster 3D Walsh - Hadamard Transform (sequency, natural) Download

Added: September 13, 2013 | Visits: 390

Detects multiple disks (coins) in an image using Hough Transform HOUGHCIRCLES detects multiple disks (coins) in an image using Hough Transform. The image contains separating, touching, or overlapping disks whose centers may be in or out of the image.Syntax houghcircles(im, minR, maxR); houghcircles(im, minR, maxR, thresh); houghcircles(im, minR, maxR, thresh,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Detects multiple disks (coins) in an image using Hough Transform Download

Added: August 13, 2013 | Visits: 153

Inverse Rationalized Arcsine Transform % IRAU rationalized arcsine transform% IRAU(RAU,N) transforms the RAU values to the number of correct responses% using the rationalized arcsine transform. N gives the number of repetitions.%% IRAU(RAU,N,opt) defines one of the following options:% 'Pc' ... IRAU returns the percent correct scores...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Inverse Rationalized Arcsine Transform Download

Added: April 12, 2013 | Visits: 396

Toolbox Alpert Transform The Alpert transform is a multiwavelets transform based on orthogonal polynomials. It was originally designed for the resolution of partial differential and integral equations, since it avoids boundary artifact and can be used with an arbitrary sampling.The reference for the numerical...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 716.8 KB Download (47): Toolbox Alpert Transform Download

Added: May 02, 2013 | Visits: 416

Discrete Fourier Transform of a finite sequence DFT transforms one function into another, which is called the frequency domain representation, or simply the DFT, of the original function (which is often a function in the time domain). But the DFT requires an input function that is discrete and whose non-zero values have a limited (finite)...


Platforms: Matlab

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

Added: August 06, 2013 | Visits: 372

Fast Fourier Transform based Homogenization Implementation of Fast Fourier Transform based Homogenization for heterogeneous materials dealing with electric or heat conductiviy. It takes the values of conductivity at regular grid of periodic unit cell that represents the material and produces the distribution of local fields such as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (40): Fast Fourier Transform based Homogenization Download

Added: April 15, 2013 | Visits: 554

On-The-Fly Definition of Custom Matrix Objects This submission defines a generic class of matrix-like objects called MatrixObj and a subclass called DataObj. Objects of the class are capable of behaving as matrices, but whose math operators (+,-,*,,.*,,etc...) and other methods can be defined/redefined from within any Mfile or even from the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): On-The-Fly Definition of Custom Matrix Objects Download

Added: May 15, 2013 | Visits: 461

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

Added: July 18, 2013 | Visits: 449

Wavelet transform for image coding Wavelet transform for image codingWavelet transform related functions specifically designed to be used as a tool for image/video compression. The core of the toolbox consists of one-dimensional (1D) wavelet analysis and synthesis functions. The separable decomposition of multidimensional signals...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (44): Wavelet transform for image coding Download

Added: March 29, 2013 | Visits: 622

Berkeley Wavelet Transform The Berkeley Wavelet Transform (BWT) comprises four pairs of mother wavelets at four orientations. Within each pair, one wavelet has odd symmetry, and the other has even symmetry. By translation and scaling of the whole set (plus a single constant term), the wavelets form a complete, orthonormal...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Berkeley Wavelet Transform Download

Added: July 22, 2013 | Visits: 531

StructDlg - Structure based GUI definition StructDlg creates a modal dialog box that contains a user interface (UI) control for each of the input structure fields. In its simple form, StructDlg serves as a structure-based alternative to INPUTDLG and it is a convenient method for browsing and changing structure values (e.g. when the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 634.88 KB Download (52): StructDlg - Structure based GUI definition Download

Added: April 05, 2013 | Visits: 557

Word Definition Links This plugin will display a small d¬DSdu?d¬DSdu icon that links to either the definition or the translation of the word. The plugin is a no-brainer to use: [define:dog] will define the word d¬DSdudogd¬DSdu and [en2fr:dog] will translate the word d¬DSdudogd¬DSdu from english to french....


Platforms: PHP

License: Freeware Size: 10 KB Download (48): Word Definition Links Download

Added: August 26, 2013 | Visits: 325

Finite Transform Library The Library is for Finite Transforms such as the Number Theoretic Transform (NTT) and others. Current modules include NTTW for NTTs with high resolution (microsecond) timing, basic array and imaging. The transforms are optimised for performance.


Platforms: Mac

License: Freeware Size: 102.4 KB Download (44): Finite Transform Library Download

Released: October 17, 2012  |  Added: November 01, 2012 | Visits: 5.395

Full Video Converter Full Video Converter has the capabilities to convert all popular video formats from HD to HD, HD to SD and SD to SD, transform between audio formats, extract audios or pictures from videos, and create video from photos. New features: 1.Added new interface. 1.Video Converter is now...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 33.61 MB Download (443): Full Video Converter Download

Released: March 22, 2022  |  Added: May 29, 2022 | Visits: 23.522

Text Template Parser Text Template Parser is a data retrieving, data extracting and data transformation software solution to parse, retrieve, convert, transform and extract data from any sort of documents, text file, web pages, emails, excel, pdf, web forms. Text Template Parser software will save you a lot of time...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $17.50 USD Size: 1.92 MB Download (519): Text Template Parser Download

Released: March 31, 2008  |  Added: April 09, 2008 | Visits: 5.370

CyberLink PowerProducer CyberLink PowerProducer 5 is a powerful, but easy-to-use video production program. With full capturing, editing, customizing and burning functions, plus the addition of fantastic DVD menu templates, CyberLink PowerProducer 5 is the best way to produce your home videos on disc. The...


Platforms: Windows

License: Shareware Cost: $79.95 USD Size: 68.93 MB Download (291): CyberLink PowerProducer Download

Released: January 15, 2011  |  Added: June 07, 2011 | Visits: 2.324

Wondershare HD Video Converter Wondershare HD Video Converter is the best High Definition video Converter software which can convert among HD video formats, convert HD videos to SD videos and audios, convert SD (Standard-Definition) videos to HD video. This HD Video Converter supports wide range of HD videos including MOD,...


Platforms: Windows, Palm OS, Windows CE, Pocket PC, Palm OS 6.0

License: Shareware Cost: $39.95 USD Size: 8.86 MB Download (187): Wondershare HD Video Converter Download

< 1 2 3 4 5 >