代码搜索结果

找到约 33,766 项符合 Algorithm 的代码

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

algorithm.txt

1. Compression algorithm (deflate) The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input

schmidle algorithm.txt

%********************schmidl algorithm******************* %*******************by:sk 2008-5-22********************** close all; clear all; clc; %参数定义 N=256; %FFT/IFFT 变换的点数或者子载波个数(Nu

global.h

//PK 2006/10/06 - 2007/02/26 #pragma once #pragma warning (disable : 4819; disable : 4267 ; disable : 4996) #include #include #include #include #incl

readme.txt

Tree Structured Genetic Algorithm An algorithm for Genetic Programming Ben.McKay & Mark Willis (c)

bitload.m

function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M) % Bit Loading Algorithm % --------------------- % % Inputs : % subchan_gains : SubCarrier Gain

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

readme.txt

This set of files contains the Matlab code for VCA algorithm describe in the paper: Jos

trigamms.m

function t=trigamms(x); %TRIGAMMS TRIGAMMS(X) is the trigamma function for scalar argument X. % From Algorithm AS121 (Schneider, 1978). % % GKS Last revised 13 Jan 98 a=1e-8; b=12; b2=1/6; b4=-

digammas.m

function d=digammas(x); %DIGAMMAS DIGAMMAS(X) is the digamma function for scalar argument X. % From Algorithm AS103 (Bernardo, 1976). % % GKS Last revised 13 Jan 98 a=1e-8; b=10; s3=1/12;