代码搜索:effect

找到约 4,591 项符合「effect」的源代码

代码结果 4,591
www.eeworm.com/read/160929/10469665

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/160929/10469792

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/160929/10470406

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/160929/10470439

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/278432/10536115

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,
www.eeworm.com/read/278336/10544551

cpp output.cpp

#include #include "maplay.h" #include "helper.h" #include "output.h" #include "effect.h" #define FADE_BITS 16 #define FADE_TIME 750 #define FADE_BASE 0 COutput::COutput() {
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
www.eeworm.com/read/463779/7175408

c jcparam_large_ac_huff.c

/* Jie: 07/04/00: Added supported for binDCT coef: added symbol for 0x0B and 0x0C with base-code length of 15 bits. This is inserted after the 37th symbol. Side Effect: *********** But the num
www.eeworm.com/read/460673/7243804

err mstick.err

"src\mstick.c", line 451: Warning: C2895E: implementation defined shift (treated as 8 bit unsigned) "src\mstick.c", line 816: Warning: C2917W: no side effect in void context: 'unary *' "src\ms
www.eeworm.com/read/460633/7244948

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,