代码搜索:matlabcode

找到约 14 项符合「matlabcode」的源代码

代码结果 14
www.eeworm.com/read/420883/6916366

doc matlabcode.doc

www.eeworm.com/read/479128/6699527

pdf matlabcode.pdf

www.eeworm.com/read/348542/11589503

m matlabcode.m

经典功率谱估计 1、直接法: 直接法又称周期图法,它是把随机序列x(n)的N个观测数据视为一能量有限的序列,直接计算x(n)的离散傅立叶变换,得X(k),然后再取其幅值的平方,并除以N,作为序列x(n)真实功率谱的估计。 Matlab代码示例: clear; Fs=1000; %采样频率 n=0:1/Fs:1; %产生含有噪声的序列 xn=cos(2*pi*40*n)+3*co ...
www.eeworm.com/read/178198/9415160

txt bp_matlabcode.txt

clear c=load('d:\c.txt'); a=load('d:\a.txt'); c=c'; a=a'; n=0; dsum=1; v=abs(randn(3,6)); %输入层至隐含层连接权 z1=randn(3,1);%输入层阈值 z=zeros(3,5); z(:,1)=z1; z(:,2)=z1; z(:,3)=z1; z(:,4)=z1; z(:,5
www.eeworm.com/read/422267/10651391

m sar_matlabcode.m

The code in MATLAB referred to: %**************************************************** function [cref,fcref]=rng_ref(nfft,fs,pulsedur,slope) % % routine to compute ERS chirp and its fourier transfo
www.eeworm.com/read/461039/7235545

m pathdef.m

function p = pathdef %PATHDEF Search path defaults. % PATHDEF returns a string that can be used as input to MATLABPATH % in order to set the path. % Copyright 1984-2000 The MathWorks,
www.eeworm.com/read/256399/12001650

m pathdef.m

function p = pathdef %PATHDEF Search path defaults. % PATHDEF returns a string that can be used as input to MATLABPATH % in order to set the path. % Copyright 1984-2000 The MathWorks,