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

Hamming software
 

Hamming

Added: May 08, 2013 | Visits: 402

Hamming Encoder-Decoder Two M files implementing a Hamming (12,9) Encoder-Decoder algorithm.They have only been tested in MATLAB 5.1, although they may work in other versions of MATLAB. (e.g. 4.2c, 5.2) Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Hamming Encoder-Decoder Download

Added: May 22, 2013 | Visits: 582

hamming codes it encodes and decodes binary msg using hamming codes and detect errors, correct single error. Platforms: Matlab

License: Freeware Size: 10 KB Download (45): hamming codes Download

Added: September 01, 2013 | Visits: 264

Hamming distance between two integers The hamming distande is the number of positions at which the corresponding symbols are differentsee http://en.wikipedia.org/wiki/Hamming_distance Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Hamming distance between two integers Download

Added: August 14, 2013 | Visits: 420

16 point radix 2 DIF FFT with Hamming window Implementation of 16 point radix 2 with Hamming windowApply hamming window for the input of FFT Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (54): 16 point radix 2 DIF FFT with Hamming window Download

Added: September 11, 2013 | Visits: 699

Channel Coding using hamming codes The set of MATLAB codes are what I wrote for my Data Communications homework. They show a typical implementation of a (7,4) Hamming code. 'Read the how to run.txt' for instructions on how to use the codes Platforms: Matlab

License: Freeware Size: 30.72 KB Download (55): Channel Coding using hamming codes Download

Added: August 11, 2013 | Visits: 363

(7,4) Hamming Encoder This code simulates the behavior of (7,4) Hamming Encoder withg(x)=1+x+x^3 . It accepts 4-bit input message from the user and shows the encoding process producing 7-bit codeword . Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): (7,4) Hamming Encoder Download

Added: March 29, 2013 | Visits: 369

Simulation of Hamming Block Encoder/Decoder Function that Simulates Block Encoder/Decoder wriiten by Yogesh Bhole for Blekinge Tekniska HdoTAgskolan,Sweden Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): Simulation of Hamming Block Encoder/Decoder Download

Added: June 26, 2013 | Visits: 389

2-D FIR filter Design 2-D zero phase digital FIR filter using Hamming Window Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): 2-D FIR filter Design Download

Added: August 08, 2013 | Visits: 425

Sliding Spectrometer It takes a 8 khz sampling in real-time, and performs a FFT at 100 hz with a sliding hamming window to give clean results. All of this is in a GUI which allows you to see the spectrometer and energymeter. Some of the background audio processing code is from http://www.speech-recognition.de by... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Sliding Spectrometer Download

Added: May 19, 2013 | Visits: 344

findFFT findFFT returns fft amplitude and frequency vectors from input data, with options to return normal fft, zeropadded fft, windowed fft, or both windowed and zeropadded to remove spectral leakage.IN data - vector containing information to perform fft on '-sampFreq',## - inputs sampling frequency of... Platforms: Matlab

License: Freeware Size: 317.44 KB Download (40): findFFT Download

Added: April 06, 2013 | Visits: 375

Lowpass FIR filter on .wav file with windowing Plots Rectangular, Hamming and Flat top WINDOWS responses. Also plots the spectrum of the wav signal before and after applying the lowpass filter. Then writes the WAVs of these signals.Parameters that were made to be set:-file name (file_1)-time taken from wav (analysis_time)-filter order... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (50): Lowpass FIR filter on .wav file with windowing Download

Added: April 11, 2010 | Visits: 946

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C... Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 553

XOR Tree Generator XOR Tree Generator is a small, easy to use application specially designed to offer users a tool to help them create Verilog synthesizable XOR trees for high performance designs. This utility supports the creation of Hamming Code (ECC) generators, checkers, and GF2 Multipliers. for WindowsAll Platforms: Windows

License: Freeware Download (49): XOR Tree Generator Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 710

IT++ IT++ is a C++ library of mathematical, signal processing and communication routines IT++ is a C++ library of mathematical, signal processing and communication classes and functions. Its main use is in simulation of communication systems and for performing research in the area of... Platforms: Windows, Mac, Linux

License: Freeware Size: 1.3 MB Download (55): IT++ Download

Added: August 05, 2013 | Visits: 422

Hard decision convolutional coding/decoding CVencode.m % function for CV encoding (arbitrary CV code)VAharddecode1.m % function for Viterbi hard decision decodingCVsimhard.m basic CV coding/decodingBERcurve_CV_hard.m computes simulated BER curveUTILITY FUNCTIONSgetcodeparametersbin2decideci2bin Platforms: Matlab

License: Freeware Size: 10 KB Download (53): Hard decision convolutional coding/decoding Download

Added: July 30, 2013 | Visits: 644

Harma Syllable Segmentation HARMASYLLABLESEG - Segments a signal stored in a WAV file into individual syllables. Also graphs the spectrogram and signal with syllables highlighted in red to show what parts of the signal contain syllables. INPUT: - FILENAME: The path to a signal stored in WAV format. The following arguments... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Harma Syllable Segmentation Download

Added: August 02, 2013 | Visits: 221

Computing Pairwise Distances and Metrics slmetric_pw.h is an m-function to compute metrics between two sets of vectors in pairwise way.Main Features:-- It supports about 20 metric types, including Euclidean distance (L2), Normalized Correlation, City-Block distance (L1), Quadratic distance, Minkowski distance, Hamming distance,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (42): Computing Pairwise Distances and Metrics Download

Added: May 26, 2013 | Visits: 412

FIR Windows using the Texas Instruments TMS320C5416 DSK Laboratory 3 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following question: What is the difference in sound between Rectangular, Hamming, Hanning,Blackman and Kaiser... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 604.16 KB Download (45): FIR Windows using the Texas Instruments TMS320C5416 DSK Download

CTrecon-an improved parallel data image reconstruct function Reconstruct an image from parallel projection data using the convolution-backprojection algorithmfunction [img,H] = CTrecon(prj,varargin)for a discussion of this function including examples see: http://aprendtech.com/wordpress/?p=74Mathworks has created a workaround to fix the offset problem in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (48): CTrecon-an improved parallel data image reconstruct function Download

Added: October 13, 2013 | Visits: 383

ImageResize4J ImageResize4J is a Java class library developed by Gif4J Software for high-quality image resize and scaling. It offers 24 interpolation filters included such well-known as Bilinear, Bicubic, Lanczos3 or Hamming and some unique interpolation filter families such as Ideal or Sharp. ImageResize4J is... Platforms: Mac

License: Demo Cost: $0.00 USD Size: 358.4 KB Download (71): ImageResize4J Download