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

Halion Samples freeware
Filter: All | Freeware | Demo
 

Halion Samples

< 1 2 3 4 5 > 
Added: September 12, 2013 | Visits: 624

libgaudio for Music and Sound libgaudio is a library to facilitate easy incorporation of sound and sound effects in games. Samples are loaded into memory and playback is thentriggered or stopped.The system mixes any number of concurrently playing samples together (up to a predefined maximum). Also possible is the inclusion of...



Platforms: C and C plus plus

License: Freeware Size: 583.68 KB Download (50): libgaudio for Music and Sound Download

Added: September 07, 2013 | Visits: 545

K-means algorithm demo The k-means algorithm is widely used in a number applications like speech processing and image compression.This script implements the algorithm in a simple but general way. It performs four basic steps.1. Define k arbitrary prototypes from the data samples.2. Assign each sample to the nearest...





Platforms: Matlab

License: Freeware Size: 10 KB Download (49): K-means algorithm demo Download

Added: August 11, 2013 | Visits: 533

BER of BFSK in AWGN Channel The MATLAB program simulates binary frequency shift keying (BFSK) 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: 102.4 KB Download (46): BER of BFSK in AWGN Channel Download

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: July 17, 2013 | Visits: 392

GPS C/A Code Generator G=CACODE(SV,FS)G is a matrix with 1023*FS columns with a row for each PRN desired.SV is a vector containing PRN numbers to be generated, from 1 to 37.FS is the number of samples per chip desired in the code sequence. (Default=1).


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): GPS C/A Code Generator Download

Added: July 09, 2013 | Visits: 457

Modified Hausdorff Distance This function computes the Modified Hausdorff Distance (MHD) which isproven to function better than the directed HD as per Dubuisson et al.in the following work:M. P. Dubuisson and A. K. Jain. A Modified Hausdorff distance for objectmatching. In ICPR94, pages A:566-568, Jerusalem, Israel,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Modified Hausdorff Distance Download

Added: July 21, 2013 | Visits: 364

Versatile Modulator This GUI has been thought to be a templete for new projects that required signal manipulation.GUI manipulate files. Those files must be created by the digital signal processor, and should contain the signals of the more relevant points of the systems.Exists a function that works as interface...


Platforms: Matlab

License: Freeware Size: 225.28 KB Download (40): Versatile Modulator Download

Added: July 06, 2013 | Visits: 543

Signal RMS Calculates windowed (over- and non-overlapping) RMS of a signal using the specified windowlength y = rms(signal, windowlength, overlap, zeropad) signal is a 1-D vector windowlength is an integer length of the RMS window in samples overlap is the number of samples to overlap adjacent windows...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Signal RMS Download

Added: April 20, 2013 | Visits: 379

Rank-Order Filter y = RankOrderFilter(x, window, thd) runs a rank-order filtering of order N on x. y is the same size as x. If x is a matrix, RankOrderFilter operates along the columns of x.Rank-order filter calculates the p'th percentile of the data on an N sized window round each point of x. p can be a number...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): Rank-Order Filter Download

Added: April 13, 2013 | Visits: 412

Binary Conversion Methods Five methods for converting a signal to a binary representation. Methods outlined in Arthur Petrosian, "Kolmogorov Complexity of finite sequences and recognition of different preictal eeg patterns".Methods are:1. average method: sample assigned 1 if above the signal average2. modified zone...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Binary Conversion Methods Download

Added: June 13, 2013 | Visits: 472

HistConnect This Function HistConnect will make a smooth histogram for a signal or image consisting of a few samples. The function assumes correlation between the samples, and implicitly generates new linear-interpolated samples between the originate samples. Thus makes the assumption of continuity between...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): HistConnect Download

Added: April 10, 2013 | Visits: 305

scatterplot_with_indexes Unlike standard scatterplot() which doesn't allow you to plot on the current figure, this function works in a more conventional way (e.g. similar to plot()) and allows you to specify also a title string and the plot string (colour, marker).More important, it adds indexes of the plotted data...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): scatterplot_with_indexes Download

Added: June 14, 2013 | Visits: 421

Samplify Sampled Data Compression Samplify for Matlab allows sampled data users (those capturing real-world samples from A/D converters, or sending samples to D/A converters) to compress these samples in one of three compression modes:a) SignalZIP (TM) lossless mode,b) Samplify fixed-rate mode (users specify the desired...


Platforms: Matlab

License: Freeware Size: 4.4 MB Download (44): Samplify Sampled Data Compression Download

Added: September 16, 2013 | Visits: 444

INTERPFTW The INTERPFT function does sinc interpolation by taking an FFT, padding its end with zeros, and then taking an IFFT. Essentially, INTERPFT resamples the signal after low-pass filtering it.Instead of putting all zero padding at the FFT *ends*, that padding can be split so that some are at the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): INTERPFTW Download

Added: August 18, 2013 | Visits: 574

Calculate number of windows of data Takes the data length, window length and window overlap length as inputs and returns the number of windows that will result. Will also return the start samples and end samples of each window if asked.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Calculate number of windows of data Download

Added: June 02, 2013 | Visits: 692

Matlab code for my Graduate Thesis The samples of code included numerically solve the diffusion equation as it arises in medical imaging. This process is done with multiple solution methods, various boundary conditions, and in multiple dimensions.


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (56): Matlab code for my Graduate Thesis Download

Added: May 01, 2013 | Visits: 563

Neuro-fuzzy classifier It is known that there is no sufficient Matlab program about neuro-fuzzy classifiers. Generally, ANFIS is used as classifier. ANFIS is a function approximator program. But, the usage of ANFIS for classifications is unfavorable. For example, there are three classes, and labeled as 1, 2 and 3. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Neuro-fuzzy classifier Download

Added: July 30, 2013 | Visits: 506

Passing and Bablok regression Passing & Bablok described this procedure in the 1983.This procedure is ideal if you want to compare 2 different methods (instrument) which measure the same chemical analyte in the same sample.Classical linear regression method assume that variables X and Y are normal distributed and with a...


Platforms: Matlab

License: Freeware Size: 583.68 KB Download (44): Passing and Bablok regression Download

Added: September 06, 2013 | Visits: 380

Peak Interpolation Sometimes it is important to be able to estimate the peak of a sampled continuous function between the samples. This is called subsample peak interpolation and is used in radar, delay estimation, and communication. Typically one fits a model to the sampled data and then finds the maximum of the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Peak Interpolation Download

Added: March 31, 2013 | Visits: 459

*MEX* Modified Hausdorff Distance for 2D Point Sets This function computes the Modified Hausdorff Distance (MHD) which isproven to function better than the directed HD as per Dubuisson et al.in the following work:M. P. Dubuisson and A. K. Jain. A Modified Hausdorff distance for objectmatching. In ICPR94, pages A:566-568, Jerusalem, Israel,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): *MEX* Modified Hausdorff Distance for 2D Point Sets Download

< 1 2 3 4 5 >