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

Recognition Of Digits In Matlab software
Filter: All | Freeware | Demo
 

Recognition Of Digits In Matlab

< 1 2 3 4 5 
Added: May 26, 2013 | Visits: 486

BER of BPSK in AWGN Channel The MATLAB program simulates binary phase shift keying (BPSK) at baseband through Monte Carlo method. The goal is to simulate bit error rate (BER) over an additive white Gaussian noise (AWGN) channel. For realizing that, the effect of noise is represented in the baseband with Gaussian random...



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): BER of BPSK in AWGN Channel Download

Added: August 31, 2013 | Visits: 367

Using Java Swing components in MATLAB JCONTROL provides an easy way to integrate a full range of java GUIs from the java.awt and javax.swing libraries into MATLAB. Example:obj=JCONTROL(Parent, Style);obj=JCONTROL(Parent, Style,...PropertyName1, PropertyValue1,...PropertyName2, ProeprtyValue2....);Inputs:Parent: the handle of a MATLAB...





Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Using Java Swing components in MATLAB Download

Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox M-files accompanying the " Genetic Algorithms & New Optimization Methods in MATLAB " webinar.These files provide what you need to run the two demos: Optimization of non-smooth objective function, and Optimization of a random stochastic objective function.To run the first demo run the file...


Platforms: Matlab


Added: May 22, 2013 | Visits: 465

Substitute Expressions in Matlab This function provides a supplement to the Matlab Symbolic toolbox to substitute and simplify long expressions. Maple does not provide this functionality.input-- Input expression that has some terms to be substituted. >> input='a^2-2b+c-3'; >> inputmode=1;Note that 'inputmode=1' indicates that...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Substitute Expressions in Matlab Download

Performing Pareto set membership tester for sets of points in K-dimensions isParetoSetMember returns the logical Pareto membership of a set of N points in K dimensions. It takes as input a N-by-N matrix and return a N-binary-array, denoting for each of the N points, whether it is Pareto (1) o not (0).The concept of Pareto dominance considered herein is the standard...


Platforms: Matlab


Added: September 06, 2013 | Visits: 502

Demo files for The example is on developing an algorithm for detecting an object (green ball) in MATLAB. The demo highlights* image import (and video import)* image visualization* simple image processing* automatic report generation* GUI building* deploying stand alone applicationYou can find the recording of...


Platforms: Matlab

License: Freeware Size: 327.68 KB Download (41): Demo files for "Algorithm Development with MATLAB" Webinar Download

What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples These are the code examples used in the "What's New for Object-Oriented Programming in MATLABdlT«" webinar, which described the new object oriented features in Release 2008a.To use the code, add the top folder to your path. See the test* M-files and associated published HTML reports for code...


Platforms: Matlab


Added: April 25, 2013 | Visits: 330

MATLAB Monitoring Tool This task manager like tool displays real time memory state of MATLAB, HG, and Java using time based strip charts. The following information is displayed:* Memory allocated by MATLAB* Memory allocated by Java* Memory allocted by the O/S* Number of MFiles in MATLAB memory* Size of m-file parsing...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): MATLAB Monitoring Tool Download

Added: May 13, 2013 | Visits: 457

A simple CPPI strategy in MATLAB In this set of files, I propose a simple CPPI (Constant Proportion Portfolio insurance) implementation. One can run the backtesting of such a strategy, playing with the parameters of the strategy such as Multiplier (Risk Exposure), or Smoothing factor.A set of slides brifly reminf the basics of a...


Platforms: Matlab

License: Freeware Size: 4.15 MB Download (46): A simple CPPI strategy in MATLAB Download

Matlab Face Detection using classifiers and adaptive boosting I noticed most people here used OpenCV in MATLAB and said they did face detection. Those who did it by themselves had a bunch of code that was not understandable. I made a website www.ece301.com which explains in detail my code for face detection using matlab so that people can get an idea of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.52 MB Download (43): Matlab Face Detection using classifiers and adaptive boosting Download

JSONlab: a toolbox to encode/decode JSON files in MATLAB/Octave JSONlab was a component developed for the iso2mesh project (http://iso2mesh.sf.net). For the latest information regarding JSONlab, please visit its homepage at http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlabJSON (javascript Object Notation) is a highly portable, human-readable and "fat-free"...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): JSONlab: a toolbox to encode/decode JSON files in MATLAB/Octave Download

Automatische Dokumentation Matlab-Quellcodes Automatic Documentation Matlab source codes Description: This is a small example of how to use the toolbox to generate m2html documentation on projects written in Matlab.To do the following procedure:1. Download the m2html Toolbox from:http://www.artefact.tk/software/matlab/m2html/m2html.zip2. Download the Graphviz...


Platforms: Matlab


Added: August 06, 2013 | Visits: 312

Matlab 3D vectors to Paraview (via binary VTK file) One of the few weak points in MATLAB is its low speed when displaying 3D vector plots. Paraview is an open source visualization tool that seems to work pretty well.This contribution shows how the MATLAB 3D flow example is written to a binary VTK file.In Paraview follow these steps:* CTRL+O to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Matlab 3D vectors to Paraview (via binary VTK file) Download

Added: April 13, 2013 | Visits: 480

Pattern Recognition of Company Logos In this prj we attempt to classify a number of Company Logos by assigning to each 2 distinct signatures extracted by a special horizontal and vertical scan of each image matrix. Each Logo picture is truncated to binary after resizing. This is done by the core routine imcount.m, while the main...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (40): Pattern Recognition of Company Logos Download

Video processing in MATLAB 2009 for Mac OS X and Linux 64 using ffmpeg I checked out a couple of projects out there, e.g. videoIO - but I didn't get lucky with it, so I did some very basic things on my own: * Most stupid way of implementationThe source provides the slowest and most stupid way for video processing, but it works: It starts ffmpeg (must be installed)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (53): Video processing in MATLAB 2009 for Mac OS X and Linux 64 using ffmpeg Download

bitgui: A graphical explorer of the IEEE 754 floating point formats This graphical tool displays an editable binary representation of the two floating point formats used in MATLAB, namely single and double.For the selected number three displays are available:* The value as formated by the MATLAB software* The analysis of its segments: sign, mantissa and exponent...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): bitgui: A graphical explorer of the IEEE 754 floating point formats Download

Added: August 27, 2013 | Visits: 486

Passive Mode FTP in MATLAB FTP clients working behind a firewall often use a passive mode FTP connection to the server to avoid issues with their firewall. MATLAB's ftp object does not have passive mode capability. The attached files modify this MATLAB class to allow for this functionality. These files simply use the Java...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Passive Mode FTP in MATLAB Download

Added: June 07, 2013 | Visits: 381

Cleans Matlab syntax Matlab-invoked Perl code which cleans up syntax in Matlab code you may have downloaded or inherited: 1) gets rid of trailing commas in "switch", "case", "if and "else" statements. 2) uncrowds mathematical operators and variable names by adding spaces 3) deletes trailing semicolons in "return",...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Cleans Matlab syntax Download

Added: June 04, 2013 | Visits: 372

Implimentaion of multi featured music player in MATLAB MULTI FEATURED MUSIC PLAYERHere we have included different effects. They are Karaoke.Surround Sound,Flanging,Reverb,Left/right Channel selection, Echo , Chorus, Bass ,Treble using 10 band EQUALISER AND IMPIMENTED IN T1 DSK 6713 .PREPARED BY:SANGHANI HARDIKBHUCHARA KARTIKTUSHAR DAVEKACHA...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): Implimentaion of multi featured music player in MATLAB Download

Added: April 02, 2013 | Visits: 376

Design of truck dynamics motion tractor semitrailer in MATLAB SIMULINK This article describes the process of modeling and simulation of motion tractor semitrailer in MATLAB SIMULINK and its mathematical model.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Design of truck dynamics Download

< 1 2 3 4 5