代码搜索:decoding

找到约 6,356 项符合「decoding」的源代码

代码结果 6,356
www.eeworm.com/read/249090/4457695

svn-base decoding.html.svn-base

K 13 svn:eol-style V 6 native END
www.eeworm.com/read/249090/4457713

svn-work decoding.html.svn-work

K 25 svn:wc:ra_dav:version-url V 62 /!svn/ver/9259/branches/lowmem-branch/Tremor/doc/decoding.html END
www.eeworm.com/read/249090/4457757

svn-work decoding.html.svn-work

K 13 svn:eol-style V 6 native END
www.eeworm.com/read/249090/4457827

svn-base decoding.html.svn-base

Tremor - Decoding
www.eeworm.com/read/292970/8319672

txt chase2decoding.txt

/* 程序实现了[7,4,3]汉明码硬判决译码器及CHS2算法 * 程序取4*1,000,000个仿真点时可取得很好的效果,程序大概需运行3min * 程序运行结果将产生三个txt文件: * uncode.txt: 无编码的性能; * hard_dec.txt: [7,4,3]汉明码/硬判决的性能; * chase2.txt: [7,4,
www.eeworm.com/read/367267/9764182

m conv_decoding_soft.m

function output_bit = conv_decoding_soft(input_bit,reset) % convolutional decoding for IEEE802.11a % Copy right T-Square Design. All rights reserved. % Confidential, do not give this program to any
www.eeworm.com/read/133019/14057921

html struct_decoding_result.html

Crypto++: DecodingResult struct Reference
www.eeworm.com/read/287073/8726871

html struct_decoding_result-members.html

Crypto++: Member List
www.eeworm.com/read/423410/10561577

m stbc_decoding_2rx.m

function [rec_det1 rec_det2]=STBC_decoding_2Rx(r1,r2,H_eq,L,square_sum) rec_det1=zeros(1,L); rec_det2=zeros(1,L); for kk=2:2:L*2 r=[r1(1,[kk-1 kk]);r2(1,[kk-1 kk])]; r_eq=[r(:,1);conj(r(: