代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/299923/7820128

m ex020900.m

% Example 2.9 % % x(n)=[3,11,7,0,-1,4,2]; nx = [-3:3] % y(n)=x(n-2)+w(n) % ryx = cross(y,x) % % noise sequence 1 x = [3, 11, 7, 0, -1, 4, 2]; nx=[-3:3]; % given signal x(n) [y,ny] = sigshift(x
www.eeworm.com/read/299923/7820475

m conv_tp.m

function [y,H]=conv_tp(h,x) % Linear Convolution using Toeplitz Matrix % ---------------------------------------- % [y,H] = conv_tp(h,x) % y = output sequence in column vector form % H = Toeplitz
www.eeworm.com/read/299923/7820501

m ovrlpsav.m

function [y] = ovrlpsav(x,h,N) % Overlap-Save method of block convolution % ---------------------------------------- % [y] = ovrlpsav(x,h,N) % y = output sequence % x = input sequence % h = impu
www.eeworm.com/read/199351/7865217

c fet140_adc12_06.c

//****************************************************************************** // MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions // // Description: This example shows how to perf
www.eeworm.com/read/399390/7866126

h fbm_sw.h

/*==========================================================================*/ /* (Copyright (C) 2003 Koninklijke Philips Electronics N.V. */ /* All rights reserved.
www.eeworm.com/read/399390/7866143

h mv_itvl.h

/*==========================================================================*/ /* (Copyright (C) 2003 Koninklijke Philips Electronics N.V. */ /* All rights reserved.
www.eeworm.com/read/199306/7868340

m judgementmatrix.m

% 读取一个格式化文件中所有矩阵,连接成归一化的判断矩阵 % 计算最大特征值对应的特征向量,进行一致性检验,构造判断矩阵. % version 2.0 % 矩阵文件的(*.txt)格式要求(共4条) % 1 空格开头的行,回车行,注释行(见第3条)在读取时都会被忽略. % % 2 每个矩阵要有维数(Dimension)和序号(<mark>Sequence</mark>),其次序可以颠倒,但是不能缺项, ...
www.eeworm.com/read/198557/7927571

c test6.c

// Test6 // // This tests out the risc16f84 to see if it can perform calls to subroutines. // It is supposed to print boxes of random colors and sizes to the LCD screen. // Author: John Clayton /
www.eeworm.com/read/198557/7927590

lst test6.lst

CCS PCW C Compiler, Version 2.636, 5783 Filename: D:\PIC_CO~1\PICC\SRC\TEST6.LST ROM used: 229 (22%) 229 (22%) including unused fragments
www.eeworm.com/read/198172/7948889

m givapp.m

function vrot=givapp(c,s,vin,k) % Apply a sequence of k Givens rotations, used within gmres codes % % C. T. Kelley, July 10, 1994 % % This code comes with no guarantee or warranty of any kind. % %