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

Cmyk To Rgb Algorithm freeware
Filter: All | Freeware | Demo
 

Cmyk To Rgb Algorithm

< 1 2 3 4 5 
Added: September 16, 2013 | Visits: 540

Direction of Arrival Estimation with MUSIC Algorithm In many practical signal processing problems, the objective is to estimate from measurements a set of constant parameters upon which the received signals depend.For example, high-resolution direction-of-arrival (DOA) estimation is important in many sensor systems such as radar, sonar, electronic...



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Direction of Arrival Estimation with MUSIC Algorithm Download

Added: April 16, 2013 | Visits: 533

Gaver-Stehfest algorithm for inverse Laplace transform ilt=gavsteh(funname,t,L) funname The name of the function to be transformed. t The transform argument (usually a snapshot of time). ilt The value of the inverse transform L number of coefficient ---> depends on computer word length used (examples: L=8, 10, 12, 14, 16, so on..) Numerical Inverse...





Platforms: Matlab

License: Freeware Size: 10 KB Download (54): Gaver-Stehfest algorithm for inverse Laplace transform Download

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem The Jonker-Volgenant algorithm is much faster than the famous Hungarian algorithm for the Linear Assignment Problem (LAP). This Matlab implementation is modified from the original C++ code made by Roy Jonker, one of the inventors of the algorithm. It is about 10 times faster than the munkres code...


Platforms: Matlab


Added: August 11, 2013 | Visits: 559

Compressed Sensing MRI Phantom CSPHANTOM is a test phantom tailored to compressed sensing MRI algorithm development. It is designed to be non-sparse under a gradient transform and to contain features difficult to reproduce with partial Fourier sampling. We hope that this phantom can be used to evaluate the quality and accuracy...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Compressed Sensing MRI Phantom Download

Added: March 23, 2013 | Visits: 432

Particle Swarm Optimization (PSO) algorithm A flexible implementation of PSO algorithm with time-varying parameters. Algorithm is suitable for solving continuous optimization problems. Special care has been taken to enable flexibility of the algorthm with respect to its parameters and to initial population selection. Detailed logging of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Particle Swarm Optimization (PSO) algorithm Download

Added: August 19, 2013 | Visits: 530

Heuristic Algorithm for finding Maximum Independent Set findMIS is an heuristic algorithm for solving Maximum Independent Set problem (MIS).An independent set of a graph is a subset of vertices in which no two vertices areadjacent. Given a set of vertices, the maximum independent set problem callsfor finding the independent set of maximum...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Heuristic Algorithm for finding Maximum Independent Set Download

Added: August 20, 2013 | Visits: 467

Maximum(minimum) Weight Spanning Tree ( Directed ) We use the idea of Chu-Liu/Edmonds Algorithm, see paper [1,2], to implement four functions here.1. Maximal Directed Maximum Spanning Tree By DirectedMaximumSpanningTree.m2. Minimal Directed Maximum Spanning Tree By DirectedMinimalSpanningTree.m3. Maximal Directed Maximum Spanning Forest By...


Platforms: Matlab

License: Freeware Size: 10 KB Download (57): Maximum(minimum) Weight Spanning Tree ( Directed ) Download

Motion Planning for a Robot Arm by Using Genetic Algorithm This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link (redundant) robotarm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximumpre-defined torque, without collision with any...


Platforms: Matlab

License: Freeware Size: 1.33 MB Download (44): Motion Planning for a Robot Arm by Using Genetic Algorithm Download

Added: May 01, 2013 | Visits: 487

Colonial Competitive Algorithm (CCA) These files are the MATLAB code for "Imperialist Competitive Algorithm (ICA)" which in some papers is referred by "Colonial Competitive Algorithm CCA".Evolutionary optimization methods, inspired from natural processes, have shown good performance in solving complex optimization problems. For...


Platforms: Matlab

License: Freeware Size: 450.56 KB Download (44): Colonial Competitive Algorithm (CCA) Download

Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm In this M-file, the implementation of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the playing iterative course.ACO('filename.tsp');filename.tsp is the problem file of the Symmetrical or...


Platforms: Matlab


Added: June 28, 2013 | Visits: 534

SpeedyGA: A Fast Simple Genetic Algorithm SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Without bells and whistles, it faithfully implements the specification for a Simple GA given on pgs 10, 11 of M. Mitchell's GA book. See comments in code for details.This script has played a crucial...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): SpeedyGA: A Fast Simple Genetic Algorithm Download

greedy algorithm in OFDM resource allocation (single user) As the power needed to transmit a certain number of bits ina subcarrier is independent of the numbers of bits allocated toother subcarriers, it turns out that a greedy approach is optimal.A greedy algorithm assigns bits to the subcarriers one bit at atime, and in each assignment, the subcarrier...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): greedy algorithm in OFDM resource allocation (single user) Download

Added: August 04, 2013 | Visits: 567

New Approaches to Constrained Optimization in MATLAB M-files accompanying the webinar titled "New Approaches to Constrained Optimization in MATLAB" held on November 05, 2005These files provide what you need to run the two demos:1) The first demo is a demonstration of bound constrained optimization of non-smooth objective function using GA and also...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): New Approaches to Constrained Optimization in MATLAB Download

Applying Greedy Algorithm and Local Search in a Supply Chain distribution problem This is an application of the Greedy Algorithm and the Local Search for finding a solution for the SC Distribution Network problem.We dealt with one level SC composed of a set of factories and a set of Sales Points, each sales point has a demand at a certain time, each factory has a production...


Platforms: Matlab


Added: July 14, 2013 | Visits: 382

Orthogonal Least Squares Algorithm for RBF Networks The code implements the algorithm as given in Chen et. al 1991.It takes max tolerance from the user.It selects Ms significant regressors from the total M regressors.Unfortunately, the error obtained after training the RBF network isn't as expected. Is there a mistake in my code???Please feel free...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Orthogonal Least Squares Algorithm for RBF Networks Download

Added: September 01, 2013 | Visits: 452

Cuckoo Search (CS) Algorithm A new metaheuristic optimization algorithm, called Cuckoo Search (CS), is fully implemented, and the vectorized version is given here. This code demonstrates how CS works for unconstrained optimization, which can easily be extended to solve various global optimization problems efficiently.


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Cuckoo Search (CS) Algorithm Download

Added: July 07, 2013 | Visits: 633

THE FASTEST WAY TO SORT N NUMBERS: sortN library Have you ever thought about the fastest way to sort N numbers?Last week I wrote a post about the fastest way to sort 3 numbers, this week I show you a tricky way to optimize the sort of N numbers.The problem of sorting an array of numbers is probably the most studied in computer science. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): THE FASTEST WAY TO SORT N NUMBERS: sortN library Download

Added: August 20, 2013 | Visits: 399

General Viterbi Algorithm General implementation of matlab version of Viterbi algorithm specifically written for gene structure finding problem in mind. However, it can be modified to suit the goal of a user.Input:Transition Probability MatrixEmission Probability MatrixInitial Probability MatrixStates Matrix (ie....


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): General Viterbi Algorithm Download

Blind Direct-to-Reverberant Energy Ratio (DRR) Estimation This package contains a Matlab reference implementation of a novel algorithm to estimate the direct-to-reverberant energy ratio (DRR) blindly from a dual-channel reverberant speech signal.Within the Matlab script 'DRR_est_example.m', a speech signal is convolved with room impulse responses having...


Platforms: Matlab

License: Freeware Size: 7.7 MB Download (41): Blind Direct-to-Reverberant Energy Ratio (DRR) Estimation Download

Fixed Start/End Point Multiple Traveling Salesmen Problem - Genetic Algorithm Script Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place).Each salesman starts at the first point, and...


Platforms: Matlab


< 1 2 3 4 5