代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/132325/6315014
c fet140_adc12_05.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// This example shows how to perform a repeate
www.eeworm.com/read/493843/6391519
m per.m
function Px = per(x,n1,n2)
%PER Estimate the spectrum of a process using the periodogram
%-----------
%USAGE Px = per(x,n1,n2)
%
% The spectrum of a process x is estimated using the periodogram.
www.eeworm.com/read/493456/6393576
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/493456/6393603
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/493456/6393710
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/492872/6411193
txt 4dbpsk系统的源码.txt
说明,下载了一些有关4dbpsk系统的设计实现源码
下载文件列表包含以下一些文件(不知全是4dpsk的,还是只有4dpsk\dpsk4.m是):
Pack : 659364dpsk.rar
4dpsk\cm_dpske.m
4dpsk\cm_sm34.m
4dpsk\dpsk4.m
4dpsk\gngauss.m
4dpsk\Qfunct.m
4dpsk
cm_d
www.eeworm.com/read/488978/6480880
c weeviterbi_test.c
/* weeviterbi_test.c
* Wed Mar 4 17:30:39 1998
*
* Test driver for Myers/Miller/Hirschberg linear memory Viterbi tracebacks.
*
* CVS $Id: weeviterbi_test.c,v 1.7 2003/10/04 18:26:49 eddy Exp $
www.eeworm.com/read/488978/6480894
c trace_test.c
/* trace_test.c
* Mon Feb 2 07:57:47 1998
*
* Test driver for Viterbi tracebacks.
*
* CVS $Id: trace_test.c,v 1.8 2003/10/04 18:26:49 eddy Exp $
*/
#include "config.h"
#include
#
www.eeworm.com/read/488978/6480919
c hmmsearch.c
/************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington University School of Medicine
* All Right
www.eeworm.com/read/488978/6480924
c hmmemit.c
/************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington University School of Medicine
* All Right