代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/165851/10049059
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/165851/10049103
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/360770/10079034
m funf581.m
function y = funf581(x)
%------------------------------------------------------------------
% Description: Evaluate 3 by 1 function used by Example 5.8.1
%------------------------------------------
www.eeworm.com/read/358270/10193268
m chebpoly.m
% CHEBPOLY Evaluate Chebyshev polynomial
%
% [Y]=CHEBPOLY(N, X) Evaluates the Nth Chebyshev polynomial at X
function Y = chebpoly(N,X)
X = X(:).';
T(1,:) = X;
T(2,:) =
www.eeworm.com/read/357506/10208343
m program_13_4.m
% Program 13_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/357506/10208347
m program_13_3.m
% Program 13_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/161772/10376684
c list0406.c
#include
/* Initialize variables. Note that c is not less than d, */
/* which is one of the conditions to test for. */
/* Therefore, the entire expression should evaluate as false.*/
www.eeworm.com/read/271792/10980577
txt tabusearch.txt
#include
#include
#include
#include
#define N 6 /*具有 6 个节点的五向图*/
main()
{
int G[N][N]; /*利用二维数组存放图,数值大小为边的权值,对不连同的边权为1000*/
www.eeworm.com/read/416230/11037416
m program_13_4.m
% Program 13_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/416230/11037425
m program_13_3.m
% Program 13_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