代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/440140/7693467
v bounce8.v
//Module bounce8 continuously pulses a high signal from bit Q0 to bit Q7
// and then back from bit Q7 to bit Q0 to give the effect of a signal
// bouncing back and forth from one edge of the register
www.eeworm.com/read/439446/7708562
m p5_2.m
% Program P5_2
% Illustration of Aliasing Effect in the Time-Domain
% Program adapted from [Kra94] with permission from
% The Mathworks, Inc., Natick, MA.
clf;
T = 0.1;f = 13;
n = (0:T:1)';
xs = cos(2
www.eeworm.com/read/439446/7708568
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');
title('
www.eeworm.com/read/439446/7708597
m p10_3.m
% Program P10_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
www.eeworm.com/read/439446/7708736
m p5_2.m
% Program P5_2
% Illustration of Aliasing Effect in the Time-Domain
% Program adapted from [Kra94] with permission from
% The Mathworks, Inc., Natick, MA.
clf;
T = 0.1;f = 13;
n = (0:T:1)';
xs = cos(2
www.eeworm.com/read/439446/7708743
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');
title('
www.eeworm.com/read/199778/7823019
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/199774/7823295
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/144368/12800083
err usbsetup.err
"usbsetup.c", line 116: Warning: C2917W: no side effect in void context: 'unary *'
"usbsetup.c", line 403: Warning: C2870W: variable 'i' declared but not used
usbsetup.c: 2 warnings, 0 errors,
www.eeworm.com/read/325291/13213189
err usbsetup.err
"usbsetup.c", line 126: Warning: C2917W: no side effect in void context: 'unary *'
"usbsetup.c", line 607: Warning: C2870W: variable 'i' declared but not used
usbsetup.c: 2 warnings, 0 errors,