搜索资源列表
ma_CRC_files
- decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
fwdmatlaband6713
- Matlab codes for decimation, interpolation, histogram equalization, DCT, DWT. Matlab code for Hamming code generation and error correction. Sample C codes for DSP downsampling and upsampling. They all include output and graphs.