代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/157356/11717667

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/156528/11794764

m mixnyn.m

function miout=MIxnyn(x,y,kneig); % Calculate MI value between 2 vector of any dimension (rectangular % version) % x....input data mxn m...channelnummer n...sampling points m
www.eeworm.com/read/342767/11999670

m filtbank.m

function [p,f] = filtbank(x,Fs,T,arg4); % FILTBANK One-third-octave band frequency analyser. % [P,F] = FILTBANK(X,Fs) computes the one-third-octave spectrum % of X, assuming sampling frequenc
www.eeworm.com/read/252197/12293971

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca
www.eeworm.com/read/252197/12294194

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/150225/12304108

m multinomrnd.m

function [y,p_avg,p_std]=multinomrnd(p,m,n) %Performs random sampling from a binomial distribution % % [y]=multinomrnd(p,m,n) % where p=1-by-k vector of probabilities of occurrence % n=sample s
www.eeworm.com/read/223751/14618321

m wwwwww.m

clear;close all; fcarr=5e3; % Carrier frequency(Hz) N=20; % Number of data bits(bit rate) fs=20*1e3; % Sampling frequency Fn=fs/2; % Nyquist frequency Ts=1/fs
www.eeworm.com/read/216045/15028766

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca
www.eeworm.com/read/216045/15028933

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/213940/15121976

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca