代码搜索:evaluate

找到约 3,619 项符合「evaluate」的源代码

代码结果 3,619
www.eeworm.com/read/180485/9305466

m program_10_3.m

% Program 10_3 % Effect of Up-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and p
www.eeworm.com/read/180485/9305491

m program_10_4.m

% Program 10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a
www.eeworm.com/read/375846/9348132

cpp chessman.cpp

#include #include #define MAX 100 char Chess[MAX][3]; int step=0,temp,n; void Evaluate(int n) //赋值 { for(int i=1;i
www.eeworm.com/read/176500/9495761

m moptimum.m

function moptimum %Program moptimum is for designing I-stage optimum decimator %or interpolator (I=1,2,3 or 4). The program computes the decimation %factors, filter characteristics, and decim
www.eeworm.com/read/365707/9850316

mdl dn_v21.mdl

Model { Name "dn_v21" Version 6.3 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" ComputedModelVers
www.eeworm.com/read/365707/9850339

mdl frac_resampler_up_v2.mdl

Model { Name "frac_resampler_up_v2" Version 6.4 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" Com
www.eeworm.com/read/365527/9858538

c mexevalstring.c

/*================================================================= * mexevalstring.c * * mexevalstring takes no input arguments. It uses mexEvalString to * turn warnings off in MATLAB. It the
www.eeworm.com/read/168454/9912434

m moptimum.m

function moptimum %Program moptimum is for designing I-stage optimum decimator %or interpolator (I=1,2,3 or 4). The program computes the decimation %factors, filter characteristics, and decim
www.eeworm.com/read/167781/9952822

m program_10_3.m

% Program 10_3 % Effect of Up-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and p
www.eeworm.com/read/167781/9952840

m program_10_4.m

% Program 10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a