代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/424063/10503922
m comcdcyc.m
function [ret,x0,str,ts,xts]=comcdcyc(t,x,u,flag);
%COMCDCYC is the M-file description of the SIMULINK system named COMCDCYC.
% The block-diagram can be displayed by typing: COMCDCYC.
%
% SYS=COMC
www.eeworm.com/read/423536/10553157
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift register sequence when the
% shift register connections are given as input to
www.eeworm.com/read/423536/10553186
m ip_07_04.m
% MATLAB script for Illustrative Problem 4, Chapter 7.
mapping=[0 1 3 2 7 6 4 5]; % For Gray mapping
M=8;
E=1;
sequence=[0 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0];
[e]=cm_dpske(E,M,mapping,sequ
www.eeworm.com/read/159963/10583928
m autocorrelation.m
% File: autocorrelation.m
% ------------------------------------
% This function calculate the autocorrelation of x(n)
function[autocorrelation] = autocorrelation(m, signalvector_x);
% L: Sample
www.eeworm.com/read/277957/10590852
m exa1_15.m
% exa1-15_slope_d.m for example 1-15
% slope sequence
clear all;
N=32;
k=4;
B=3;
x=[zeros(1,k) ones(1,N-k)];
for i=1:N
x(i)=B*x(i)*(i-k);
end
xn=0:N-1;
stem(xn,x)
axis([-1 32 0 90])
www.eeworm.com/read/277957/10590935
m exa1_13.m
% exa1-13_arbitrary_d.m for example 1-13
% arbitrary sequence
clear all;
N=8;
x=zeros(1,N);
x(1)=8.0;
x(2)=3.4;
x(3)=1.8;
x(4)=5.6;
x(5)=2.9;
x(6)=0.7;
xn=0:N-1;
stem(xn,x)
axis([-1 8 0
www.eeworm.com/read/159620/10632888
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift register sequence when the
% shift register connections are given as input to
www.eeworm.com/read/158750/10731509
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 matr
www.eeworm.com/read/158750/10731546
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 = impulse re
www.eeworm.com/read/420640/10784837
h global.h
/* global.h, global variables, function prototypes */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These