代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/154843/11923842
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/154760/11928785
m fftplot.m
function [y,f] = fftplot(x,t)
% FFTPLOT FFT magnitude and phase spectra.
%
% [Z,f] = FFTPLOT(X,TS) FFT magnitude and phase specta (re-ordered).
% X = signal vector/array with sampling int
www.eeworm.com/read/154760/11928850
m perext.m
function y = perext(x,n,ty)
% PEREXT Periodic extension of a signal.
%
% Y = PEREXT(X,P,OPT) generates periodic extension (PE) of X
% P=is a 2 element vector [T ts]=[period sampling interval
www.eeworm.com/read/154760/11929054
m corrnum.m
function Y =corrnum(x,y,dt)
% CORRNUM Correlation.
%
% Z = CORRNUM(X,Y,TS) Computes the correlation of X and Y
% TS = sampling interval [Default: TS = 1].
% Z returns Rxy where Rxy = conv(
www.eeworm.com/read/154209/11983064
m resample.m
function [y, h] = resample( x, p, q, N, beta )
%RESAMPLE Change the sampling rate of a signal.
% Y = RESAMPLE(X,P,Q) resamples the sequence in vector X at P/Q times
% the original sample rate
www.eeworm.com/read/254742/12121061
m program_13_5.m
% Program 13_5
% Illustration of Decimation Process
%
clf;
N = input('Length of input signal = ');
M = input('Down-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = input
www.eeworm.com/read/254742/12121070
m program_13_6.m
% Program 13_6
% Illustration of Interpolation Process
%
clf;
N = input('Length of input signal = ');
L = input('Up-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = inpu
www.eeworm.com/read/151561/12200901
m dir2fs.m
function [C,B,A]=dir2fs(h);
% Direct form to Frequency Sampling form conversion
% ---------------------------
% [C,B,A]=dir2fs(h)
% C=Row vector containing gains for parallel sections
% B=Matrix