image thumbnail

updated 11 months ago

Hamming error correcting code by John Diaz

Error Correction Hamming Code (hamming, code, corrector de errores)

corrector_vocales.m

image thumbnail

updated 1 year ago

16 point radix 2 DIF FFT with Hamming window by Denny Hermawanto

Implementation of 16 point radix 2 with Hamming window (fft, hamming)

[y]=fft16_hamming_window(x)

test_hamm_fft16.m

image thumbnail

updated 1 year ago

Hamming simulation by renny

method of hamming simulation (hamming)

Hamming_simulation.m

image thumbnail

updated 1 year ago

Hamming distance between two integers by Francisco Calderon

The hamming distande is the number of positions at which the corresponding symbols are different (signal processing, hamming, norm distance)

disthamming( x,y )

image thumbnail

updated 1 year ago

Hamming Code Model by Nishant Gupta

Error in signal with & without Hamming Code (communication, error, hamming)

commsys

image thumbnail

updated almost 5 years ago

Lowpass FIR filter on .wav file with windowing by Theo Harushi Franco

it implements a lowpass filter with Windowing on a WAV file (wav file, hamming, fir)

ssd7.m

image thumbnail

updated 6 years ago

BER curve for hard decision block code BPSK by B Gremont

A simple m-file to compute the experiemntal BER of coded BPSK (bpsk, syndrome, hamming)

hammingcodes3.m

image thumbnail

updated 6 years ago

Filter Implementation by Farhat Masood

Implementation of Filters. (hanning, hamming, filter design)

[db,mag,w]=freqz_k(b,a);

hd=ideal_lp(wc,M);

w=hammingwin(M);

image thumbnail

updated almost 10 years ago

FIR Windows using the Texas Instruments TMS320C5416 DSK by Richard Sikora

Using Rectangular, Hamming, Hanning, Blackman and Kaiser windows for FIR. (hardware targets, dsp, dsk)

FIR_Window_1.m

FIR_Window_10.m

FIR_Window_2.m

image thumbnail

updated 14 years ago

Hamming Encoder-Decoder by Roberto Sanz Gil

Two M files implementing a Hamming (12,9) Encoder-Decoder algorithm. (hamming, encoder, coding theory)

xrec=hamdec3(r);

y=hamcod3(x);

Contact us