代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/461262/7230868

m encode_bit.m

function [output, state] = encode_bit(g, input, state) [n,k] = size(g); m = k-1; for i=1:n output(i) = g(i,1)*input; for j = 2:k output(i) = xor(output(i),g(i,j)*state(j-1)); end
www.eeworm.com/read/455176/7376955

m cdma_encode.m

function [DataBit,Chipbit,Signal,OutSignal] = CDMA_Encode(TotalChips, ... TotalUser,TotalDataBit) chippingSeq = PNSeq(TotalChips); % Makes Chiping Seq. while (abs(ones(size
www.eeworm.com/read/454493/7388280

vhd com_encode.vhd

--com_encode.vhd 7 segment com encoder library ieee ; use ieee.std_logic_1164.all; entity com_encode is port( com_clk : in std_logic_vector(1 downto 0);--input count ledcom : out std_log
www.eeworm.com/read/452456/7440851

exe led-encode.exe

www.eeworm.com/read/452319/7441972

txt mmessage.encode.txt

private byte[] encodeUintvar(int n) { byte[] buf = new byte[8]; int l = 0; while (n >= 128) { byte b = (byte)(n & 0
www.eeworm.com/read/451108/7471634

m rsc_encode.m

function y = rsc_encode(g, x, end1) %x为输入序列,g为卷积码的生成多项式,y为编码后输出 %endl尾比特处理标志,如end1>0,有m个尾比特,编码至x最后一个比特到达最后一个寄存器;如end1
www.eeworm.com/read/450085/7490919

m pcm_encode.m

function [code,num_array] = pcm_encode(data) global H % get BITS s = get(H.edit20,'String'); BITS = st2de(s); BITS = round(BITS); % find max and min of data max_data = 1; min_data = -1;
www.eeworm.com/read/444623/7610231

rpt encode.flow.rpt

Flow report for encode Fri Oct 20 15:58:04 2006 Version 5.1 Build 176 10/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Flo
www.eeworm.com/read/444623/7610232

rpt encode.asm.rpt

Assembler report for encode Fri Oct 20 15:58:03 2006 Version 5.1 Build 176 10/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2
www.eeworm.com/read/444623/7610236

rpt encode.tan.rpt

Timing Analyzer report for encode Fri Oct 20 15:58:04 2006 Version 5.1 Build 176 10/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notic