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

Relative Frequency Histogram software
Filter: All | Freeware | Demo
 

Relative Frequency Histogram

< 1 2 3 4 5 > 

Frequency Domain to Baseband-complex time-domain Modeling in RF Blockset RF Blockset converts frequency domain RF information to a baseband-complex time-domain model, for fast execution and compatibility with Simulink signal processing and communications blocks.This simple model illustrates some relationships inherent in the conversion...* Length of impulse response =...



Platforms: Matlab


Added: June 24, 2013 | Visits: 406

Removal of unevenness of a histogram While working with a histogram we may need to detect a peak or crest of the histogram.But the histogram contains a number of local minima & maxima which makes the histogram extremely uneven.While detecting a peak or crest we are intended to detect the global peak or crest.This code replaces every...





Platforms: Matlab

License: Freeware Size: 10 KB Download (38): Removal of unevenness of a histogram Download

Added: May 20, 2013 | Visits: 494

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 05, 2013 | Visits: 496

Angle and Frequency plots of IQs function [f,a] = iqtofreqplot(x,freq)Finds the angle and frequency of IQs it then plots the angle and frequency as a function of time IQTOFREQPLOT('complex data', 'rate at which received I and Q per second')if you choose not to put in a frequency rate use IQTOFREQPLOT('IQ')please note that the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Angle and Frequency plots of IQs Download

Added: April 10, 2013 | Visits: 473

Histogram Binwidth Optimization function [optN, C, N] = sshist(x,N) [optN, C, N] = sshist(x,N) Function `sshist' returns the optimal number of bins in a histogram used for density estimation. Optimization principle is to minimize expected L2 loss function between the histogram and an unknown underlying density function. An...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Histogram Binwidth Optimization Download

Added: May 22, 2013 | Visits: 502

Load frequency control Base paper detail : "Improved Particle Swarm Optimization Based Load Frequency Control In A Single Area Power System"Saumya Kr. Gautam, Nakul Goyal Department of Electrical Engineering, IT-BHUVaranasi,India."This my first model, implementing IPSO/ Other Algorithm i will publish soon"


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Load frequency control Download

Added: June 09, 2013 | Visits: 653

Contrast Limited Adaptive Histogram Equalization (CLAHE) This is an image contrast enhancement algorithm that overcomes limitations in standard histogram equalization (HE). The two primary features is adaptive HE (AHE), which divides the images into regions and performs local HE, and the contrast limited AHE (CLAHE), which reduces noise by partially...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Contrast Limited Adaptive Histogram Equalization (CLAHE) Download

Added: June 26, 2013 | Visits: 501

Time-frequency Automatic Gain Control (AGC) This code implements automatic gain control for audio signals, which attempts to apply a smoothly-varying gain to an audio waveform in order to keep its energy close to some target level. This version also tries to balance the energy in individual frequency bands. It works by taking the...


Platforms: Matlab

License: Freeware Size: 389.12 KB Download (49): Time-frequency Automatic Gain Control (AGC) Download

Added: June 23, 2013 | Visits: 582

Twinny Filter (HLB_ Pass filter) at ISM_ Frequency Band In wireless topology we using filters as main part of system, we proposed a flexible filter for multi-purposes working at ISM band frequency. Obviously the filter idea works by splitting the Band Pass Filter into two types H.P.F & L.P.F controlled by logic circuit to select the desired filter....


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Twinny Filter (HLB_ Pass filter) at ISM_ Frequency Band Download

Added: September 16, 2013 | Visits: 592

Finding Dominant Peaks and Valleys of an Image Histogram This function finds dominant peaks and valleys of an image histogram. Minimum peak distance and averaging filter size can be changed to suit your need.Although, the function is originally written for mages, there is no reason why this can't be used on one dimensional data.USAGE:[peaks minima_low...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Finding Dominant Peaks and Valleys of an Image Histogram Download

Added: June 01, 2013 | Visits: 345

Relative Wavelet Energy a program calculates Relative wavelet energy with brief tutorial Reference: O.A. Rosso, M.T. Martin b, A. FigliolaEEG d-deDUanalysis using wavelet-based informationd-deDt Journal of Neuroscience Methods 153 (2006) 163d-deOCt182


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (43): Relative Wavelet Energy Download

Added: July 28, 2013 | Visits: 341

N-D histogram HISTCND Histogram count for n dimensional data. N = HISTCND(X,EDGES), for row vectors X, counts the number of values in X that fall between the grid defined by the cell array of EDGES, each of whose element is a vector that contain monotonically non-decreasing values. N is an N-D array each of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): N-D histogram Download

Added: April 20, 2013 | Visits: 369

Brightness Preserving Dynamic Fuzzy Histogram Equalization Brightness Preserving Dynamic Fuzzy Histogram Equalization(BPDFHE) proposes a novel modification of the brightness preserving dynamic histogram equalization technique to improve its brightness preserving and contrast enhancement abilities while reducing its computational complexity. This...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Brightness Preserving Dynamic Fuzzy Histogram Equalization Download

Added: August 10, 2013 | Visits: 356

Custom-shaped histogram This script transforms an image such that the object in the "foreground" of the image now becomes the histogram of the transformed image.I provide three examples with 3 demo images: I change the image of a city skyline so that the histogram of the new image looks like the skyline. I change the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.65 MB Download (51): Custom-shaped histogram Download

Added: August 20, 2013 | Visits: 261

Histogram of an image without inbuilt command Here we find out the histogram of any gray level image by not using the command imhist(), which is an inbuilt one rather by without using the inbuilt command. Reader may verify the plot by comparing with that generated from using the inbuilt command.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Histogram of an image without inbuilt command Download

Added: June 09, 2013 | Visits: 350

Color Frequency Image This is a MATLAB implementation of the Color Frequency concept introduced by T. Kashiwagi & S. Oe.With this script, you pick a color image and then it computes the color frequency image. The color frequency image is an image where the pixel intensity represents the frequency of pixels in the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Color Frequency Image Download

Added: June 23, 2013 | Visits: 390

FFTSELFFILTER Frequency Domain Image Auto Filtering Reference - This code is based on the technique described in: D.G. Bailey - Detecting regular patterns using frequency domain self-filtering, 1997 Intl. Conf. on Image Processing, 1:440-3.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 6.04 MB Download (43): FFTSELFFILTER Frequency Domain Image Auto Filtering Download

Added: August 08, 2013 | Visits: 332

ShepardTone For the description, I took the abstract of the original publication:"A special set of computer-generated complex tones is shown to lead to a complete breakdown of transitivity in judgments of relative pitch. Indeed, the tones can be represented as equally spaced points around a circle in such a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): ShepardTone Download

Added: June 18, 2013 | Visits: 394

Histogram-based class separability measure The provided functions demonstrate a histogram-based measure for class separability, given the samples from two classes (binary classification problem). The proposed error classification estimation method is described in (B) and it is based on estimating the pdf of each class using histograms....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Histogram-based class separability measure Download

Character/ symbol frequency distribution analaysis on vintage ciphers The objective is to demonstrate character/ symbol frequency distribution analysis (reference to the English language) on 2 vintage ciphers, namely Caesar cipher (a mono-alphabetic substitution cipher) and the Vigenere cipher (a poly-alphabetic substitution cipher).Under the symbol frequency...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (48): Character/ symbol frequency distribution analaysis on vintage ciphers Download

< 1 2 3 4 5 >