代码搜索结果
找到约 10,000 项符合
3 的代码
main3_3a.cpp
// Section 7.3.3
// $ CC putval1.cpp main3_3a.cpp
/*
( 1 )< 23 >
( 2 )< 15, 5 >
*/
// defined in putval1.cpp
void putValues( int[], int size );
int main() {
int i = 23, j[ 2 ] = {
main3_3.cpp
// Section 8.3.3
// $ CC tracegcd.C main3_3.C
/*
depth #1
depth #2
depth #3
depth #4
gcd of (15,123): 3
*/
#include
using std::cout;
using std::endl;
// defined
chap3_3.m
%Fuzzy Controller
clear all;
close all;
a=newfis('fuzzf');
f1=1;
a=addvar(a,'input','e',[-3*f1,3*f1]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3*f1,-1*f1]);
a=addmf(a,'inpu
p3_3.m
% Program P3_3
% Frequency-Shifting Properties of DTFT
clf;
w = -pi:2*pi/255:pi; wo = 0.4*pi;
num1 = [1 3 5 7 9 11 13 15 17];
L = length(num1);
h1 = freqz(num1, 1, w);
n = 0:L-1;
num2 = exp(wo
chap3_3.m
%Fuzzy Controller
clear all;
close all;
a=newfis('fuzzf');
f1=1;
a=addvar(a,'input','e',[-3*f1,3*f1]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3*f1,-1*f1]);
a=addmf(a,'inpu
p3_3.m
% Program P3_3
% Frequency-Shifting Properties of DTFT
clf;
w = -pi:2*pi/255:pi; wo = 0.4*pi;
num1 = [1 3 5 7 9 11 13 15 17];
L = length(num1);
h1 = freqz(num1, 1, w);
n = 0:L-1;
num2 = exp(wo