代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/439446/7708650

m p8_3.m

% Program P8_3 % Illustration of Filtering by an IIR Filter % clf; % Generate the input sequence k = 0:50; w2 = 0.7*pi;w1 = 0.2*pi; x1 = 1.5*cos(w1*k); x2 = 2*cos(w2*k); x = x1+x2; % Determin
www.eeworm.com/read/439446/7708681

m p10_6.m

% Program P10_6 % Illustration of Interpolation Process % clf; L = input('Up-sampling factor = '); % Generate the input sequence n = 0:49; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); % Generate the int
www.eeworm.com/read/439446/7708747

m p8_3.m

% Program P8_3 % Illustration of Filtering by an IIR Filter % clf; % Generate the input sequence k = 0:50; w2 = 0.7*pi;w1 = 0.2*pi; x1 = 1.5*cos(w1*k); x2 = 2*cos(w2*k); x = x1+x2; % Determine the fil
www.eeworm.com/read/435150/7796290

cpp main.cpp

// Exercise 13.1 Implementing the Sequence class File: main.cpp #include #include #include #include "Sequence.h" using std::cout; using std::endl; // Function
www.eeworm.com/read/199774/7823342

m program_08_06.m

% Program 8_6 % Illustration of Filtering by a Lowpass FIR Filter % % Determine the FIR filter coefficients f = [0 0.3 0.5 1]; m = [1 1 0 0]; num = remez(9,f,m); % Generate the input sequence
www.eeworm.com/read/433724/7912467

m expon.m

clc; clear all; close all; n2=input('Enter the length of Exponential sequence '); t=0:n2; a=input('Enter the a value '); y2=exp(a*t); subplot(2,1,1); stem(t,y2); title('Exponential Sequence')
www.eeworm.com/read/142519/12942023

cs beamsearch.cs

//Copyright (C) 2005 Richard J. Northedge // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published
www.eeworm.com/read/317053/13511174

m program_08_06.m

% Program 8_6 % Illustration of Filtering by a Lowpass FIR Filter % % Determine the FIR filter coefficients f = [0 0.3 0.5 1]; m = [1 1 0 0]; num = remez(9,f,m); % Generate the input sequence
www.eeworm.com/read/151482/5681273

java oraclesequencedao.java

package org.springframework.samples.jpetstore.dao.ibatis; import org.springframework.dao.DataAccessException; public class OracleSequenceDao extends SqlMapSequenceDao { /** * Get the ne
www.eeworm.com/read/127739/6001504

1 unber.1

.de Vb .sp .ft CW .nf .. .de Ve .ft R .fi .sp .. .TH UNBER 1 "\*(Dt" "ASN.1 BER Decoder" "ASN.1 BER Decoder" .SH NAME unber \- ASN.1 BER Decoder .SH SYNOPSIS unber [\fB-1\fR] [\fB-i\fRindent] [\fB-p\f