Software Listing of Author : "Pranam Janney"
- Gaussian Pyramid
- License: Shareware
- Price:


I have used "imfilter" , which is a part of image processing toolbox. If you don't have image processing toolbox, change "imfilter" to "filter2" and the function should work as good.
- Publisher: Pranam Janney
- Date Released: 23-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- GUI for DTMF Generator-Decoder using Goertzel's Algorithm
- License: Freeware
- Price: 0.00


This is a GUI for DTMF generator-decoder using Goertzel's algorithm.Has options to change Number of samples and Noise power that could be added at the generator.Suggestions and comments is always welcome.Now i am working on medical image pattern recognition techniques.It would be great if somebody would like to coordinate with me??...
- Publisher: Pranam Janney
- Date Released: 13-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Performance Analysis of Weighted Median Filters in Prediction of Images
- License: Shareware
- Price:


This is a performance anaylsis. Analysis was performed using MATLAB Ver 6.1. I have tried my level best to bring out the best analysis possible.
- Publisher: Pranam Janney
- Date Released: 23-02-2013
- Download Size: 82 KB
- Download
- Platform: Matlab, Scripts
- Rice Coder
- License: Shareware
- Price:


Its a simple rice coder, requires input integer and the bits size of the integer along with the K value!
- Publisher: Pranam Janney
- Date Released: 10-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Seed generator using 'current' World Population count
- License: Shareware
- Price:


Random number generated using Matlab (i.e. rand, randperm,etc) is pseudo-random and not pure-random. This script provides a seed that can be used to set the state in order to generate "near-pure" random numbers using rand, randperm etc. The script grabs the "current" world population count from a website and jumbles up the digits and outputs the seed. World population count is not "predicable' and randperm of digits inside 'current' world population count is highly random, thus the seed generated is helpful in generating "near-pure" random numbers Usage: sd = GenSeed; %generate seed RandStream.setDefaultStream(RandStream('mt19937ar','seed',sd)); % set the state rand(1,10) %generate "near-pure" random numbers
- Publisher: Pranam Janney
- Date Released: 07-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts


