代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/467324/7009830
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/467122/7017938
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/130418/7128262
oracle
create table books (
ID number(3),
BookName varchar2(20),
Press varchar2(20),
Author varchar2(20),
PressDate Date,
Price number(5,2),
Com varchar2(20),
books_count number(2),
borrowed_count n
www.eeworm.com/read/185440/7142363
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/333209/7154823
m urts_smooth2.m
%URTS_SMOOTH2 Augmented form Unscented Rauch-Tung-Striebel smoother
%
% Syntax:
% [M,P,S] = URTS_SMOOTH2(M,P,a,Q,[param,alpha,beta,kappa,mat,same_p])
%
% In:
% M - NxK matrix of K mean estimates
www.eeworm.com/read/464233/7167299
m eightpskcomplex.m
% Filename: eightpskcomplex.m
% Descirption: This program is the subprogram to get the bit error
% probability for coherent 8PSK using complex envelope simulation method.
function [ratio]=eightpskc
www.eeworm.com/read/463000/7190751
m compconv2.m
% Program 5-10
% compconv2.m
%
% Function to perform convolution between signal and filter
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/463000/7190753
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = despread(idata, qdata, code1)
% *************************************