代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/254742/12121255
m program_5_5.m
% Program 5_5
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
k = 0:R-1;
s = 2*k.*(0.9.^k);
x
www.eeworm.com/read/254742/12121263
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/253856/12181936
h xpsfds.h
/*++
Copyright (c) 2005 Microsoft Corporation
All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
www.eeworm.com/read/151561/12201003
m cirshftt.m
function y=cirshftt(x,m,N)
% Circular shift of m samples wrt size N in sequence x:(time domain)
% -----------------
% [y]=cirshftt(x,m,N)
% y=output sequence containing the circular shift
% x=inp
www.eeworm.com/read/151320/12219350
c test8.c
// Test8
//
// This tests out the risc16f84 to see if it can service interrupts.
// In particular, the interrupts will occur during subroutines, so
// the stack will be tested beyond one level.
/
www.eeworm.com/read/339575/12224567
m wcdmaturbointerleaver.m
function int_table = WcdmaTurboInterleaver(numBits)
% Computes the interleaver table for Turbo Interleaver according to
% the 3GPP TS 25.212.
% Check Parameters
if(~isscalar(numBits) | floor
www.eeworm.com/read/151091/12235757
m prefix.m
function out=prefix(input,L)
%%% This function copy the last L points of inputed sequence to the head of this sequence
%%% input---Inputed sequence, and is parallel sequence
%%% L--- The length o
www.eeworm.com/read/338658/12289807
m sss.m
%% symbol sequence statistics
function [Hs]=SSS(x) %% x是行向量
[n,m]=size(x);
%% 生成符号序列
for i=1:m
if x(i)>0
s(i)=1;
else
s(i)=0;
www.eeworm.com/read/338654/12289858
m sss.m
%% symbol sequence statistics
function [Hs]=SSS(x) %% x是行向量
[n,m]=size(x);
%% 生成符号序列
for i=1:m
if x(i)>0
s(i)=1;
else
s(i)=0;
www.eeworm.com/read/338643/12290755
m xgenrn.m
% xgenrn.m
% Scope: This MATLAB program generates random numbers with normal (Gaussian)
% distribution, with mean and standard deviation specified; plots