Software Listing of Author : "Tan Chin Luh"
- Character Recognition Example (I&II): Pre-processing of Image
- License: Freeware
- Price: 0.00


This demo shows some examples for image pre-processing before the recognition stage. the first example is just some commnads of image processing which are commonly used for preprocessing, while the second example shows how to use the simple command to automate the image processing stage especially in generating training dataset for neural network for recognition purpose. More information ca be found at: http://basic-eng.blogspot.com/ (recognition stage will be uploaded in next example)
- Publisher: Tan Chin Luh
- Date Released: 06-06-2013
- Download Size: 82 KB
- Download
- Platform: Matlab, Scripts
- Character Recognition Example (III):Training a Simple NN for classification
- License: Freeware
- Price: 0.00


This demo shows the recognition stage for the character recognition. This example come with a GUI with a trained network for handwritting recognition. The step-by-step explanation can be found at: http://basic-eng.blogspot.com/
- Publisher: Tan Chin Luh
- Date Released: 05-04-2013
- Download Size: 123 KB
- Download
- Platform: Matlab, Scripts
- Drawing Transparent Object on Image
- License: Shareware
- Price:


This example draws transparent object on top of an image, and change the object properties for visual effect. The result show the visual effect of "Scanning Image". For more information on adding patch on top of an image: http://basic-eng.blogspot.com
- Publisher: Tan Chin Luh
- Date Released: 19-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- DTMF generator using TI C6711 DSK
- License: Shareware
- Price:


The model simply implement a dtmf gererator into a TI C6711 DSK. 3 user switches are used to send different dtmf tone to the line out. To check for the result, one can either connect the line out of the board to the speaker or to a dtmf decoder(e.g.:model in Simulink and feed the signal in through line in of computer).
- Publisher: Tan Chin Luh
- Date Released: 05-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- ECard using Scientific Tool
- License: Shareware
- Price:


The Image contains digits of 6 and 9, after removing all the 6, you could see the ecard message. The program is written and tested under GNU Octave 3.2.3, however, it should be running fine under matlab with image processing toolbox. Happy 2010!
- Publisher: Tan Chin Luh
- Date Released: 22-04-2013
- Download Size: 471 KB
- Download
- Platform: Matlab, Scripts
- Icon Menu
- License: Shareware
- Price:


This simple demo shows how to create icon menu on a GUI which is not able to be done using GUIDE. Editor's Note: This zip file now includes Icon Menu for MATLAB R12.1. Due to some upgrade in MATLAB GUIDE, the previous "Icon Menu" might not able to run under MATLAB version earlier that 6.5. This is the same example written in MATLAB 6.1.
- Publisher: Tan Chin Luh
- Date Released: 17-01-2013
- Download Size: 51 KB
- Download
- Platform: Matlab, Scripts
- Speech Analysis using LPC
- License: Shareware
- Price:


This GUI is used to analyze the speech signal at the selected region of 256 samples. All the calculation is based on the sampling of 8 KHz. First 3 formants of the selected block of samples are derived from the LPC-8 coefficients. The location of the ROI could be either pointer one or two. This demo uses the "dualcursor" developed by Scott Hirsch for the interactive signal selection. Only p-file for the "dualcursor" is provided here and the source code could be downloaded from the MATLAB central. For more information on this example: http://basic-programming.blogspot.com
- Publisher: Tan Chin Luh
- Date Released: 13-05-2013
- Download Size: 51 KB
- Download
- Platform: Matlab, Scripts
- Using RTW and Compiler
- License: Shareware
- Price:


This example shows how to create a rapid simulation target from a Simulink model using RTW, and then create a GUI, which is then compiled into stand alone application by MATLAB compiler to control the parameters tuning of the rapid simulation file. The generated application are able to run under the machine w/o MATLAB. (follow the intruction in "distributing stand alone application" in compiler manual) Steps: 1) Build the Simulink model using RTW into rapid simulation target. (guide302model.mdl --> guide302model.exe) 2) The GUI already greated (guide302.m and .fig) use following command to compile the GUI >>mcc -B sglcpp guide302.m 3) The exe file (together with other relevant files) now should be able to run by double clicking on the file in windows explorer. (or use bang operator in MATLAB)
- Publisher: Tan Chin Luh
- Date Released: 15-02-2013
- Download Size: 20 KB
- Download
- Platform: Matlab, Scripts
- Video Surveillance Using MATLAB and Image Acquisition Toolbox
- License: Freeware
- Price: 0.00


This demo shows a simple program on the video surveilance using MATLAB and some toolboxes. Features: 1. Run in 2 modes --> Monitoring and Playback 2. Users are allowed to change the threshold value and the snap counter for the decision on snapping the frame. Limitation: 1. Used of while loop for a continuos image capture, hence, in order to stop the monitoring mode, the user might need to press the stop button for few times. Used of timer will solve this problem 2. The captured frames are saved in memory for this version 3. ... For other examples on image processing: http://basic-eng.blogspot.com
- Publisher: Tan Chin Luh
- Date Released: 12-03-2013
- Download Size: 143 KB
- Download
- Platform: Matlab, Scripts