代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/168454/9912397
m prog82.m
%
% Program 8.2, p511. m-file for the design of the
% impulse invariant filter (Example 8.19)
% program name: prog82.m
%
Fs=1000; % sampling frequency
fc=300; % cutoff frequency
WC
www.eeworm.com/read/168454/9912422
m remez1.m
%
% Program name - REMEZ1.m
%
Fs=15000; % sampling frequency
N=41; % Filter length
WT=[10 3 10]; % Weights of the deviations in the bands
Hd=[0 0 1 1 0 0]; % Desir
www.eeworm.com/read/424063/10501489
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 frequen
www.eeworm.com/read/424063/10504093
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling freq
www.eeworm.com/read/160482/10527174
m load_wav.m
function [sig,fs] = load_wav(filename)
%LOAD_WAV Loads the specified wav file.
%
% LOAD_WAV(filename) Returns the mono version of the wav specified by filename
% and its sampling frequency.
%
%
www.eeworm.com/read/423536/10553196
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 frequen
www.eeworm.com/read/423536/10553280
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling freq
www.eeworm.com/read/352274/10567671
m rjxt.m
function rjxt(action,in1,in2);
%rjxt 系统特性演示 - 1 : 二阶系统
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'start'
% '
www.eeworm.com/read/352274/10568382
m yjxt.m
function yjxt(action,in1,in2);
%yjxt 系统特性演示 - 1 : 一阶系统
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'start'
% '
www.eeworm.com/read/351309/10659083
m freqresp.m
% mag = FreqResp(filter, f, fs)
% Find the frequency response (in dB) of a filter (1x5 vector) at
% frequency f and sampling rate fs.
% (c) 1998 Interval Research Corporation
function mag=FreqResp