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

Discrete Cosine Transform freeware
Filter: All | Freeware | Demo
 

Discrete Cosine Transform

1 2 3 4 5 > 
Added: August 15, 2013 | Visits: 569

sequency-ordered discrete Hadamard transform computes the sequency-ordered discrete Hadamard transform Platforms: Matlab

License: Freeware Size: 10 KB Download (46): sequency-ordered discrete Hadamard transform Download

Added: April 30, 2013 | Visits: 524

naturally-ordered discrete Hadamard transform algorithm computes the naturally-ordered discrete Hadamard transform Platforms: Matlab

License: Freeware Size: 10 KB Download (45): naturally-ordered discrete Hadamard transform algorithm Download

Screenshot Impulse response invariant discretization of distributed order low-pass filter 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


Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 580

NIST-RandomTests NIST benchmark for random stream checking. Includes source and object code. Visual C++ 2008 project paramaters included. Implemets the following tests: Approximate Entropy, Block Frequency, Cumulative Sums, Discrete Fourier Transform, Linear Complexity, Longest Run Of Ones, Rank, Overlapping... Platforms: Windows

License: Freeware Size: 236 KB Download (49): NIST-RandomTests Download

Added: September 11, 2013 | Visits: 561

Extended DFT EDFT (Extended Discrete Fourier Transform) algorithm produces N-point DFT of sequence X where N is greater than the length of input data. Unlike the Fast Fourier Transform (FFT), where unknown readings outside of X are zero-padded, the EDFT algorithm for calculation of the DFT using only... Platforms: Matlab

License: Freeware Size: 235.52 KB Download (42): Extended DFT Download

Added: May 20, 2013 | Visits: 502

DFT on a specified frequency Compute the discrete Fourier transform at specified frequencies, not using fft.Why one may need this?(1) MATLAB fft function computes the amplitude of signals only (no phase).(2) Once having the recorded time-series data, one often uses fft to do the spectral analysis. However, the frequency set... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): DFT on a specified frequency Download

Added: August 02, 2008 | Visits: 1.465

Image Analyzer Advanced image editing, enhancement and analysis software. Easy red-eye removal, noise reduction, automatic brightness, contrast, gamma and saturation adjustment. Resize, rotate, crop and warping. Distance, Fourier and discrete cosine transformation. Reads/writes BMP, ICO, CUR, WMF, EMF, JPEG,... Platforms: Windows

License: Freeware Size: 1.2 MB Download (363): Image Analyzer Download

Added: September 05, 2010 | Visits: 1.105

Scorched3D 41 Scorched 3D project is a game based loosely (or actually quite heavily now) on the classic DOS game Scorched Earth "The Mother Of All Games". Scorched 3D adds amongst other new features a 3D island environment and LAN and internet play. Scorched 3D is totally free and is available for both... Platforms: *nix

License: Freeware Size: 55 MB Download (91): Scorched3D 41 Download

Added: October 14, 2010 | Visits: 951

HPC Challenge HPC Challenge is a high performance benchmark suite. The HPC Challenge consists of basically 7 benchmarks: 1. HPL - the Linpack TPP benchmark which measures the floating point rate of execution for solving a linear system of equations. 2. DGEMM - measures the floating point rate of execution... Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): HPC Challenge Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 577

Gwyddion for Linux Gwyddion is a modular program for SPM (scanning probe microscopy) data visualization and analysis. Primarily it is intended for analysis of height fields obtained by scanning probe microscopy techniques (AFM, MFM, STM, SNOM/NSOM), however it can be generally used for any other height field and... Platforms: Linux

License: Freeware Size: 4.7 MB Download (473): Gwyddion for Linux Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 458

NIST-librandomtests NIST benchmark for librandomtest.so checking. Includes source and object code. Eclipse and gcc parameters included. Implemets the following tests: Approximate Entropy, Block Frequency, Cumulative Sums, Discrete Fourier Transform, Linear Complexity, Longest Run Of Ones, Rank, Overlapping Template... Platforms: Linux

License: Freeware Size: 1.05 MB Download (50): NIST-librandomtests Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 398

librandomtests.so Random tests shared library in C. Includes source code and object code. Eclipse and gcc parameters included. Implemets the following tests: Approximate Entropy, Block Frequency, Cumulative Sums, Discrete Fourier Transform, Linear Complexity, Longest Run Of Ones, Rank, Overlapping Template... Platforms: Linux

License: Freeware Size: 236 KB Download (51): librandomtests.so Download

Added: July 30, 2013 | Visits: 644

Harma Syllable Segmentation HARMASYLLABLESEG - Segments a signal stored in a WAV file into individual syllables. Also graphs the spectrogram and signal with syllables highlighted in red to show what parts of the signal contain syllables. INPUT: - FILENAME: The path to a signal stored in WAV format. The following arguments... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Harma Syllable Segmentation Download

Added: August 09, 2010 | Visits: 1.063

PDL::Transform::Cartography PDL::Transform::Cartography Perl module contains useful cartographic projections. SYNOPSIS # make a Mercator map of Earth use PDL::Transform::Cartography; $a = earth_coast(); $a = graticule(10,2)->glue(1,$a); $t = t_mercator; $w = pgwin(xs); $w->lines($t->apply($a)->clean_lines());... Platforms: *nix

License: Freeware Size: 2.1 MB Download (103): PDL::Transform::Cartography Download

Added: November 05, 2010 | Visits: 1.174

PDL::Transform PDL::Transform is a Perl module that coordinate transforms, image warping, and N-D functions. SYNOPSIS use PDL::Transform; my $t = new PDL::Transform:: ( ) $out = $t->apply($in) # Apply transform to some N-vectors (Transform method) $out = $in->apply($t) # Apply transform to some... Platforms: *nix

License: Freeware Size: 2.1 MB Download (108): PDL::Transform Download

Added: August 12, 2010 | Visits: 1.593

CAD::Drawing::Manipulate::Transform CAD::Drawing::Manipulate::Transform is a Perl module with Matrix methods for CAD::Drawing. Provides 3D transformation methods (based on traditional matrix algorithms) for Drawing.pm objects. Coordinate System All of these methods assume a RIGHT-HANDED coordinate system. If you are using a... Platforms: *nix

License: Freeware Size: 39.94 KB Download (127): CAD::Drawing::Manipulate::Transform Download

Added: September 16, 2010 | Visits: 1.285

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data... Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: July 23, 2010 | Visits: 971

Statistics::Descriptive::Discrete Statistics::Descriptive::Discrete is a Perl module to compute descriptive statistics for discrete data sets. SYNOPSIS use Statistics::Descriptive::Discrete; my $stats = new Statistics::Descriptive::Discrete; $stats->add_data(1,10,2,0,1,4,5,1,10,8,7); print "count = ",$stats->count(),"n";... Platforms: *nix

License: Freeware Size: 7.17 KB Download (113): Statistics::Descriptive::Discrete Download

Added: May 10, 2013 | Visits: 382

cosine-cmf Cosine is a MVC framework written in PHP4. Implements Model, View and Controller pattern. It is higlhly configurable (now supports YAML), with simple usage and multilanguage support. Admin generator and simple Ajax support included (currently only using Ajax.Updater(), but you don't have to... Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (49): cosine-cmf Download

Added: May 10, 2013 | Visits: 522

Discrete Event Calculus Reasoner The Discrete Event Calculus Reasoner is an open source program for performing automated commonsense reasoning using the event calculus, a comprehensive and highly usable logic-based formalism. It solves problems efficiently by converting them into satisfiability (SAT) problems. Features: - Comes... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (58): Discrete Event Calculus Reasoner Download

1 2 3 4 5 >