代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/328548/13021358

m iir filter.m

%Design a IIR filter using bilinear transformation %wp=0.2*pi,ws=0.3*pi,rp=0.25dB,rs=50dB clear all; wp=0.2*pi;ws=0.3*pi; rp=0.25;rs=50; Fs=200; %sampling frequency Ts=1/Fs; Wp=2/Ts*tan(wp/2.
www.eeworm.com/read/486202/6538111

m 5-11.m

%例程5-11 利用基于AR模型的最大熵法估计功率谱 % e.g.5-11.m for example5-11; % to test function pyulear; clf; clear all; % Generate the signal plus white noise and show N=1024; n=0:1/(N-1):1; %Sampling
www.eeworm.com/read/486202/6538117

m 5-10.m

%例程5-10 利用MTM法估计功率谱 % e.g.5-10.m for example5-10. % to test function pmtm; clear all; % Generate the signal with noise and display N=1024; n=0:1/(N-1):1; %Sampling frequency N-1 f1=0.1;
www.eeworm.com/read/485392/6561013

m 5-11.m

%例程5-11 利用基于AR模型的最大熵法估计功率谱 % e.g.5-11.m for example5-11; % to test function pyulear; clf; clear all; % Generate the signal plus white noise and show N=1024; n=0:1/(N-1):1; %Sampling
www.eeworm.com/read/485392/6561019

m 5-10.m

%例程5-10 利用MTM法估计功率谱 % e.g.5-10.m for example5-10. % to test function pmtm; clear all; % Generate the signal with noise and display N=1024; n=0:1/(N-1):1; %Sampling frequency N-1 f1=0.1;
www.eeworm.com/read/403567/11514808

m chap3_13.m

%Discrete RBF control for two-link manipulators clear all; close all; ts=0.001; %Sampling time xk=[0 0 0 0]; tol1_1=0; tol2_1=0; ei=0; node=5; c_D=[-2 -1 0 1 2; -1 -0.5 0 0.5
www.eeworm.com/read/341613/12075287

m 5-11.m

%例程5-11 利用基于AR模型的最大熵法估计功率谱 % e.g.5-11.m for example5-11; % to test function pyulear; clf; clear all; % Generate the signal plus white noise and show N=1024; n=0:1/(N-1):1; %Sampling
www.eeworm.com/read/341613/12075301

m 5-10.m

%例程5-10 利用MTM法估计功率谱 % e.g.5-10.m for example5-10. % to test function pmtm; clear all; % Generate the signal with noise and display N=1024; n=0:1/(N-1):1; %Sampling frequency N-1 f1=0.1;
www.eeworm.com/read/237137/4631642

m mc_sfb.m

function s=mc_sfb(x,Slot_length,prototype_filter,Carrier_number,SubCarrier_first,SubCarrier_last,Sampling_factor,Filter_length) K1=floor(Filter_length/Carrier_number/2); K2=Filter_length-2*Carri
www.eeworm.com/read/310468/3697628

c bpsk demod.c

//bpsk_demod.c Input from 1st DSK running phase-shifted sine #include "dsk6713_aic23.h" //codec-DSK support file #include Uint32 fs=DSK6713_AIC23_FREQ_16KHZ; //set sampling rate #def