代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/488224/6498688
m program_5_4.m
% Program 5_4
% Linear Convolution Via the DFT
%
% Read in the two sequences
x = input('Type in the first sequence = ');
h = input('Type in the second sequence = ');
% Determine the length of th
www.eeworm.com/read/486654/6524405
cpp 1512.cpp
/* This Code is Submitted by wywcgs for Problem 1512 on 2006-07-23 at 15:40:24 */
#include
#include
using namespace std;
const int MAX = 102400;
const int INF = 210000000
www.eeworm.com/read/482961/6616937
m ofdmmywork.m
%MY OFDM PROGRAMME
clear
clc
%block=20;
n=512; % no. of users
SNR=1:20; %SNR with step size 1dB
M=2; %bpsk data
m=16; %data length
sl=16; %s
www.eeworm.com/read/481966/6633704
cpp 1512.cpp
/* This Code is Submitted by wywcgs for Problem 1512 on 2006-07-23 at 15:40:24 */
#include
#include
using namespace std;
const int MAX = 102400;
const int INF = 210000000
www.eeworm.com/read/481728/6637407
m exa031101_fftfilt.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/481567/6643649
c callback.c
/*
** 2005 May 23
**
** 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 f
www.eeworm.com/read/477233/6740403
m 高斯白噪的正弦信号.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/476907/6754392
m ip_07_04.m
% MATLAB script for Illustrative Problem 7.4
clear
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,sequenc
www.eeworm.com/read/476102/6762936
sql createsequencetable.sql
CREATE TABLE "SCOTT"."SEQUENCE_TABLE" ("NO" NUMBER(10) NOT NULL)
TABLESPACE "USERS"
www.eeworm.com/read/410889/11265905
c callback.c
/*
** 2005 May 23
**
** 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 f