代码搜索:based
找到约 10,000 项符合「based」的源代码
代码结果 10,000
www.eeworm.com/read/268787/11121938
m huffcode.m
function HK = HuffCode(HL,Display)
% HuffCode Based on the codeword lengths this function find the Huffman codewords
%
% HK = HuffCode(HL,Display);
% HK = HuffCode(HL);
% ---------------------
www.eeworm.com/read/268787/11121976
m hufflen.m
function HL = HuffLen(S)
% HuffLen Find the lengths of the Huffman code words
% Based on probability (or number of occurences) of each symbol
% the length for the Huffman codewords are calcula
www.eeworm.com/read/414142/11126390
m est.m
function [est_coefs,signal]=est(signal,ch_coefs,frames,sim_options)
%**************************************************************************
%This file carriers out channel estimation based on
www.eeworm.com/read/268211/11149447
m unifmutation.m
function [parent] = uniformMutate(parent,bounds,Ops)
% Uniform mutation changes one of the parameters of the parent
% based on a uniform probability distribution.
%
% function [newSol] = multiNonUnifM
www.eeworm.com/read/413420/11156789
m chow_algo.m
% Chow's Algorithm
% ----------------
% This is based on the paper by Chow et al titled
%
% A Practical Discrete Multitone Transceiver Loading Algorithm
% for Data Transmission over Spectrally Shaped
www.eeworm.com/read/412955/11173336
m unifmutation.m
function [parent] = uniformMutate(parent,bounds,Ops)
% Uniform mutation changes one of the parameters of the parent
% based on a uniform probability distribution.
%
% function [newSol] = multiNonUnifM
www.eeworm.com/read/267541/11175162
txt readme.txt
Word, Character, and Bit Based Compression Using Arithmetic Coding.
-------------------------------------------------------------------
Authors:
John Carpinelli (johnfc@ecr.mu.oz.au)
Wayne Sal
www.eeworm.com/read/412650/11189962
m chow_algo.m
% Chow's Algorithm
% ----------------
% This is based on the paper by Chow et al titled
%
% A Practical Discrete Multitone Transceiver Loading Algorithm
% for Data Transmission over Spectrally Shaped
www.eeworm.com/read/266070/11244030
txt readme.txt
-------------------------------------------------------------------------------
Example: C Block-based SPDIF TalkThrough
Target: ADSP-21369
Date: July 29, 2005
Tools: VisualDSP++ 4.0
Ha
www.eeworm.com/read/266070/11244177
txt readme.txt
-------------------------------------------------------------------------------
Example: C Block-based SPDIF-to-DAC TalkThrough
Target: ADSP-21369
Date: July 29, 2005
Tools: VisualDSP++