代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/355959/10240862
s tinybld_ds6012a_.s
;********************************************************************
; Tiny Bootloader dsPIC series Size=100words
; claudiu.chiculita@ugal.ro
; http://www.etc.ugal.ro/cchiculita/software/picbootloa
www.eeworm.com/read/355959/10240863
s tinybld_ds6014.s
;********************************************************************
; Tiny Bootloader dsPIC series Size=100words
; claudiu.chiculita@ugal.ro
; http://www.etc.ugal.ro/cchiculita/software/picboot
www.eeworm.com/read/355959/10240864
s tinybld_ds3013.s
;********************************************************************
; Tiny Bootloader dsPIC series Size=100words
; claudiu.chiculita@ugal.ro
; http://www.etc.ugal.ro/cchiculita/software/picboot
www.eeworm.com/read/355959/10240866
s tinybld_ds3012.s
;modif by Mark Connolly
;********************************************************************
; Tiny Bootloader dsPIC series Size=100words
; claudiu.chiculita@ugal.ro
; http://www.etc.ugal.ro/cc
www.eeworm.com/read/355485/10262026
m despread.m
% Program 5-8
% despread.m
%
% Data despread function.
% Programmed by yixiongshu.2006.8.9
function [iout,qout]=despread(idata,qdata,code1)
%
% idata : ich data sequence.
% qdata : qch data se
www.eeworm.com/read/355484/10262145
m despread.m
% Program 5-8
% despread.m
%
% Data despread function.
% Programmed by yixiongshu.2006.8.9
function [iout,qout]=despread(idata,qdata,code1)
%
% idata : ich data sequence.
% qdata : qch data se
www.eeworm.com/read/355337/10274891
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/280929/10279453
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/280929/10279541
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/355237/10284108
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