代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/318125/13485692
m dsgnbutworth_varorder.m
function dsgnbutworth_varorder(order)
%dsgnbutworth_varorder.m
%used to design a Butterworth filter,which has a variable
%even order(>=16)and a 1.5KHz-5KHz passband with a sampling
%rate 16KHz.
www.eeworm.com/read/310212/13654623
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/304082/13801569
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/488224/6498582
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/488224/6498586
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/483253/6601812
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/264747/11302933
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/264746/11302995
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/264745/11303026
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
www.eeworm.com/read/158463/11613147
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequency
A_