代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/480560/6666210

m homofreq.m

function homoFreq(x,Fs,nfft) % x is input signal % nfft is number of fft points Fs = 10e3;%sampling rate % subplot(2,1,1),plot(x); % title('Waveform'), xlabel('Time (ms)'), ylabel('Amplitude');
www.eeworm.com/read/480211/6668211

eps schools_ksd.eps

%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. Version 7.4.0.287 (R2007a). Operating System: Microsoft Windows XP. %%Title: C:\kmurphy\svnCheckout\root\code\learning\sampling\BUGS\ma
www.eeworm.com/read/480211/6668212

eps schools_demo_traceplot.eps

%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. Version 7.4.0.287 (R2007a). Operating System: Microsoft Windows XP. %%Title: C:\kmurphy\svnCheckout\root\code\learning\sampling\BUGS\ma
www.eeworm.com/read/480211/6668301

eps schools_intervals.eps

%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. Version 7.4.0.287 (R2007a). Operating System: Microsoft Windows XP. %%Title: C:\kmurphy\svnCheckout\root\code\learning\sampling\BUGS\ma
www.eeworm.com/read/476907/6754282

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. clear echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector
www.eeworm.com/read/157356/11717631

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector t=[-.
www.eeworm.com/read/156264/11815349

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector t=[-.
www.eeworm.com/read/252197/12293820

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. clear echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector
www.eeworm.com/read/338523/12296515

m find_dtpid.m

function [Kp, Ki, Kd, Kdu3, Kde, N, Ts] = find_DTPID(gains,N,Ts) %% Given gains as [Kp Ki Kd] and N, Ts, this program, where %% N>=100 in general, Ts is the sampling time in seconds, this %% progra
www.eeworm.com/read/233013/14173813

m ricker.m

function [w,tw] = ricker(f,dt) %RICKER: Ricker wavelet of peak frequency f. % % [w,tw] = ricker(f,dt); % % IN f : central freq. in Hz (f