代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/114511/15050275
m encode_raw.m
N1 = 256; N2 = 256;
FID1 = fopen('res.dat');
I = fread(FID1,[N1,N2],'uchar');
figure;
imagesc(I');colormap(gray);
www.eeworm.com/read/114510/15050374
m encode_raw.m
N1 = 512; N2 = 512;
FID1 = fopen('scale_Baoon.dat');
I = fread(FID1,[N1,N2],'uchar');
figure;
imagesc(I');colormap(gray);
www.eeworm.com/read/209499/15218082
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/209499/15218193
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/209499/15218229
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/209499/15218270
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/209499/15218292
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/209499/15218319
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/209499/15218330
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona