代码搜索结果
找到约 582,192 项符合
Cortex-M 的代码
fftseq.m
function [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts)
%FFTSEQ Generates M, the FFT of the sequence m.
% The sequence is zero padded to meet the required frequen
rx_est.m
function [Rx]=Rx_est(X,M)
% [Rx]=Rx_est(X,M)
% RX_EST estimates the autocorrelation of the sequence of random
% variables given in X. Only Rx(0), Rx(1), ... , Rx(M) are computed.
fftseq.m
function [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts)
%FFTSEQ generates M, the FFT of the sequence m.
% The sequence is zero padded to meet th
linear_buffer_delay.m
% delay.m - M-fold delay
%
% w = delay(M, w)
%
% w is the (M+1)-dimensional linear delay-line buffer
% based on delay.c
function w = delay(M, w)
w(M+1:-1:2) = w((M+1:-1:2)-1);
pehypb2lf.m
function u = pe2LF(a,b,dt,nx,minx,maxx,ny,miny,maxy,M)
%啦-佛
format long;
hx = (maxx-minx)/(nx-1);
hy = (maxy-miny)/(ny-1);
for i=1:nx+2*M
for j=1:(ny+2*M)
u0(i,j) = Ini2U(minx+(i-M-
fftseq.m
function [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts)
%FFTSEQ Generates M, the FFT of the sequence m.
% The sequence is zero padded to meet the required frequen
rx_est.m
function [Rx]=Rx_est(X,M)
% [Rx]=Rx_est(X,M)
% RX_EST estimates the autocorrelation of the sequence of random
% variables given in X. Only Rx(0), Rx(1), ... , Rx(M) are computed.
fftseq.m
function [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts)
%FFTSEQ generates M, the FFT of the sequence m.
% The sequence is zero padded to meet th
jss.m
function [shang]=jss(xdate)
m=2;
n=length(xdate)
r=0.2*std(xdate)
cr=[];
gn=1;
gnmax=m;
while gn
exm3.m
[FileName,PathName,FilterIndex]=uigetfile( ...
{ '*.m', 'M-files (*.m)'; ...
'*.fig','Figures (*.fig)'; ...
'*.mat','MAT-files (*.mat)'; ...
'*.mdl','Models (*.mdl)'; ...
'*.*', '