代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/424063/10499283

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/424063/10500108

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/423536/10552903

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/423536/10553054

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/160223/10555865

m fig7-35.m

% fig7-35 f = [0 .4 .4 .6 .6 1]; H = [0 0 1 1 0 0]; fs = 1000; % assumed sampling rate fhz = f*fs/2; plot(fhz,H) title('Desired Frequency Response') xlabel('Frequency (Hz)') ylabel('Magn
www.eeworm.com/read/352343/10562312

m uwb_imr.m

function h = uwb_imr(chan, ch_idx, plot_imr) % The first step is to read in the data from the .mat files supplied by the % IEEE 802.15.3a working group % if chan==1, load cm1_imr.mat; else
www.eeworm.com/read/352343/10562409

m uwb_imr.m

function h = uwb_imr(chan, ch_idx, plot_imr) % The first step is to read in the data from the .mat files supplied by the % IEEE 802.15.3a working group % if chan==1, load cm1_imr.mat; else
www.eeworm.com/read/422270/10651213

m speedyga.m

% SpeedyGA is a vectorized implementation of a Simple Genetic Algorithm in Matlab % Version 1.3 % Copyright (C) 2007, 2008, 2009 Keki Burjorjee % Created and tested under Matlab 7 (R14). % Li
www.eeworm.com/read/350382/10745642

m 5-12.m

%例程5-12 利用特征向量法估计功率谱 % e.g.5-12.m for example5-12; % to test function peig; clf; clear all; % Generate the signal plus white noise and show N=1024; % number of sampling dat
www.eeworm.com/read/349586/10815777

m c5_4_1.m

clear all; clf; N=1224; f1=200; f2=700; f3=1100; dt=1/1024; sample=1/dt; randn('state',sum(100*clock)); dis=2*rand(1,