代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/282317/9102247
m latcfilt.m
function [y] = latcfilt(K,x)
% LATTICE form realization of FIR filters
% ---------------------------------------
% y = latcfilt(K,x)
% y = output sequence
% K = LATTICE filter (reflection) co
www.eeworm.com/read/184267/9114078
m mula_pcm.m
function [sqnr,a_quan,code]=mula_pcm(a,n,mu)
%MULA_PCM mu-law PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU)
% a=input sequence.
% n=number of quantization
www.eeworm.com/read/380151/9159721
m sigadd.m
function [y,n] = sigadd(x1,n1,x2,n2)
% implements y(n) = x1(n)+x2(n)
% -----------------------------
% [y,n] = sigadd(x1,n1,x2,n2)
% y = sum sequence over n, which includes n1 and n2
% x1 = fi
www.eeworm.com/read/380151/9159767
m sigadd.m
function [y,n] = Sigadd(x1,n1,x2,n2)
% implements y(n) = x1(n)+x2(n)
% -----------------------------
% [y,n] = sigadd(x1,n1,x2,n2)
% y = sum sequence over n, which includes n1 and n2
% x1 = fi
www.eeworm.com/read/380151/9159793
m sigmult.m
function [y,n] = sigmult(x1,n1,x2,n2)
% implements y(n) = x1(n)*x2(n)
% -----------------------------
% [y,n] = sigmult(x1,n1,x2,n2)
% y = product sequence over n, which includes n1 and n2
% x1 = f
www.eeworm.com/read/379858/9173909
m gmsk_mod.m
function [I,Q] = gmsk_mod(BURST,Tb,OSR,BT)
%
% gmsk_mod: This function accepts a GSM burst bit sequence and
% performs a GMSK modulation of the sequence. The
% modulation is
www.eeworm.com/read/181963/9223820
m mackey_glass.m
%Mackey-Glass方程最初是由Mackey和Glass提出的. 它是一个高维的动力学方程,
%常常用于非线性时间序列预测问题,作为检测预测模型预测性能的标准, 其形式为
%dx/dt=-b*x(t)+a*x(t-TAU)/(1+x^10*(t-TAU));
%a=0.2,b=0.1,TAU=17 or 30
% Create "mild" Mackey-Glass sequenc
www.eeworm.com/read/181671/9241670
java wtlscertificatestructure.java
package j;
import org.bouncycastle.asn1.*;
import org.bouncycastle.asn1.pkcs.*;
import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo;
im
www.eeworm.com/read/377683/9266220
test autoinc.test
# 2004 November 12
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/376842/9303779
m contents.m
% PRINCIPAL COMPONENTS ANALYSIS TOOLBOX
% Last Modified: Dec 2007
%
% This software is provided "as is" without express
% or implied warranty...
%
%
% EOF and SVD
% caleof - Compute EOFs
%