代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/488277/6491273
m p5_3.m
% Program P5_3
% Illustration of the Aliasing Effect
% in the Frequency-Domain
clf;
t = 0:0.005:10;
xa = 2*t.*exp(-t);
subplot(2,2,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');
www.eeworm.com/read/488224/6498583
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/480773/6661420
m cepso.m
function out=cepso(functchc,D,Maxgen,epochtime,Rmax,Rmin,Stop_criteria)
% Combined Effect PSO
global initial_flag EpochtimeArr tr FE_success_runs success_runs M O
global result_type
% Parameter Se
www.eeworm.com/read/254742/12121064
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/150914/12245539
java finaldata.java
//: c06:FinalData.java
// The effect of final on fields.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceecke
www.eeworm.com/read/231449/14233615
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/124970/14521721
java finaldata.java
//: c06:FinalData.java
// The effect of final on fields.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceecke
www.eeworm.com/read/8732/152113
err profile.err
"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *'
"profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used
"profile.c", line 60: Warning:
www.eeworm.com/read/231220/4716528
js alumni.js
//////////////////////// effect func below ////////////////////////
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i
www.eeworm.com/read/179906/5301041
java finaldata.java
//: c06:FinalData.java
// The effect of final on fields.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceecke