代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/176347/9502562
txt readme.ss.01.txt
[ comments on fixes to lower sampling frequencies
encoder by Seymour Shlien, to appear in dist09. Jon ]
Here is a log of the bugs I have found and
corrected as well as those I would like to see
www.eeworm.com/read/372550/9503880
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/371748/9537869
m ip_06_03.m
% MATLAB script for Illustrative Problem 6.3.
clear
echo on
f_cutoff=2000; % the desired cutoff frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequen
www.eeworm.com/read/365161/9876548
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/167561/9962079
txt readme.txt
WAVEPLAY: Simple VB Code Sampling how to play WAV files
using the Windows API
Author: Jeff Lehman (98% of the code is from the VB KnowledgeBase)
Date: 24 August 1996
I ha
www.eeworm.com/read/351309/10659010
m secondorderfilter.m
% filter = SecondOrderFilter(f, q, fs)
% Design a second order digital filter with a center frequency of
% f, filter quality of q, and digital sampling rate of fs (Hz).
% (c) 1998 Interval Research C
www.eeworm.com/read/418009/10968728
txt readme.ss.01.txt
[ comments on fixes to lower sampling frequencies
encoder by Seymour Shlien, to appear in dist09. Jon ]
Here is a log of the bugs I have found and
corrected as well as those I would like to see
www.eeworm.com/read/289163/6969301
m c8_psdexampleoriginal.m
% File: c8_PSDexample.m
settle = 100; % ignore transient
fs = 1000; % sampling frequency
N = 50000; % size of data record
f = (0:(N-1))*fs/N;
www.eeworm.com/read/289163/6969302
m c8_psdexample.m
% File: c8_PSDexample.m
settle = 100; % ignore transient
fs = 1000; % sampling frequency
N = 50000; % size of data record
f = (0:(N-1))*fs/N;
www.eeworm.com/read/289163/6969323
m c8_psdexample.m
% File: c8_PSDexample.m
settle = 100; % ignore transient
fs = 1000; % sampling frequency
N = 50000; % size of data record
f = (0:(N-1))*fs/N;