代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/491236/6437842
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/490013/6465684
m mainkalman.m
function [esp,esv,esa,enorm,mdetector]=mainkalman(nX,Qm,alpha,sigma,sampling_time,initout);
resolution=size(nX,2);
a = alpha; % alpha
T = sampling_time;
www.eeworm.com/read/489524/6472690
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/488109/6496854
c fet140_adc12_07.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Conversion on Single Channel
//
// This example shows how to perform a sin
www.eeworm.com/read/488109/6496856
c fet140_adc12_10.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Trigger Conversion With Timer_A
//
// Description: Trigger an A/D conversion with
www.eeworm.com/read/487588/6505983
m fmmm.m
clc
Fs = 16000; % Sampling rate of signal
Fc = 4000; % Carrier frequency
Ft = 100;
t = [0:2000]'/Fs; % Sampling times
s = sin(2*pi*Ft*t);%调制信号
a = modulate(s,Fc,Fs,'fm');%调制1
subplot(2,1,1);
www.eeworm.com/read/485902/6548996
m lorentz.m
function h = lorentz(N,L,t50,delay)
% h = lorentz(N,L,t50,delay)
%
% To compute the Lorentzian pulse shape.
%
% N = total number of samples (odd number)
% L = over-sampling factor
% D = t50
www.eeworm.com/read/480211/6668320
txt schools_demo_output.txt
display(log)
check(C:/kmurphy/svnCheckout/root/code/learning/sampling/BUGS/matbugs/schools_model.txt)
model is syntactically correct
data(C:/kmurphy/svnCheckout/root/code/learning/sampling/BUGS/matbug
www.eeworm.com/read/480323/6672520
m arma_svdtls.m
function [a,Rx,fTLS,p]=ARMA_SVDTLS(M,x,pe,varargin)
%pe=60;
[Q,N]=size(x);
%M=40;
%sampling=100;
%fls=zeros(sampling,2);
%p_average=0;
%for k=1:sampling
% w=randn(size(n));
% x = sq
www.eeworm.com/read/480323/6672522
m main.m
function [fu,fvar]=main(p,M,N,varargin,selection,sampling,M1,M2,N1,N2)
n=1:N;
hold off;
if selection==2
for k=1:sampling
w=randn(1,N+3);
w3=w(1:N);
w2=w(2:N+1);
w1=w(3:N+2);
w0=w(4:N+3);