代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/176500/9495729
m remezex2.m
%
% Program name - REMEZ1.m
%
N=44
Fs=50000; % Sampling frequency % Filter length
Ap=1; % Pass band ripple in dB
As=45; % Stop band attenuation in dB
M=[0 0 1 1
www.eeworm.com/read/176500/9495732
m prog7b2.m
%
% prog7b2.m, p442 File name
%
FS=1000; % Sampling frequency
FN=FS/2; % Nyquist frequency
N=73; % Filter length
beta=5.65; % Kaiser ripple parameter
fc
www.eeworm.com/read/372550/9504015
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/365849/9844568
m rs_stratified.m
function [x,w] = rs_stratified(x,w,N)
%RS_STRATIFIED stratified resampling
%
% [X,W] = RS_STRATIFIED(X,W) resamples the states X
% and their associated weights W using stratified
% sampling .
%
www.eeworm.com/read/365849/9844570
m rs_systematic.m
function [x,w] = rs_systematic(x,w,N)
%RS_SYSTEMATIC systematic resampling
%
% [X,W] = RS_SYSTEMATIC(X,W) resamples the states X
% and their associated weights W using systematic
% sampling .
%
www.eeworm.com/read/365318/9869906
m anafracdemo.m
% anafracdemo
% Demonstration script to play around with fractal stuff
%
% Ramon Hanssen, May 2000
fprintf(1,' First simulate a 2D fractal surface with beta = 8/3, 50 by 50 km, 200 m sampling \n');
www.eeworm.com/read/365318/9869914
m checkfr.m
% checkfrac
%
%
% script to check what the 1D and 2D power spectra of a
% simulated fractal surface yield
clear
% stel sampling interval = 20 m
dx = 0.02;
N = 128;
beta = 8/3;
fprint
www.eeworm.com/read/365161/9876635
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/364514/9904693
m gendtmf.m
%function [wav]=genDTMF(telnum)
%Usage:
%[wav]=genDTMF(telnum)
%For example:
function wav=genDTMF([2 6 5 3 6 1 9 8]);
%the elaspe time of a dial
elapse_time=0.04;
%sampling frequency
Fs =
www.eeworm.com/read/168454/9912358
m freqrespex1.m
%
% m-file to illustrate the computation of frequency response of an IIR filter
% using FFT (freqrespex1.m).
%
Fs=500; % sampling frequency
b1=[1 -1.6180 1]; b2=[]; % numerator/denominato