代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/457432/7325546
m speechcoder1.m
%Plain LPC vocoder
%Main file
function [ outspeech ] = speechcoder1( inspeech )
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Speech Coding using Linear Predictive Coding (LPC)
%
www.eeworm.com/read/449504/7502512
m apm_d.m
% PURPOSE: demo of apm()
% Geweke's chi-squared test for MCMC convergence
%
%---------------------------------------------------
% USAGE: apm_d
%----------------------------------------
www.eeworm.com/read/449504/7502971
html contents.html
Spatial econometrics functions library
[Return to Master Index]
-------- spatial Durbin model estimation
www.eeworm.com/read/449504/7503053
m semip_gd2.m
% PURPOSE: An example of two types of sampling for rho in the semip_g function
% Gibbs sampling spatial Probit model with individual effects
% using 1996 presidential election data set
%
www.eeworm.com/read/448529/7531996
m ex060600.m
% Chapter 6 : Example 6.6 Frequency Sampling Form
% given h(n)
%
h = [1,2,3,2,1]/9;
[C,B,A] = dir2fs(h)
www.eeworm.com/read/446357/7580937
m speechcoder1.m
%speechcoder1.m
%Plain LPC vocoder
%Main file
function [ outspeech ] = speechcoder1( inspeech )
% Speech Coding using Linear Predictive Coding (LPC)
% The desired order can be selected in the
www.eeworm.com/read/299923/7820132
m ex060600.m
% Chapter 6 : Example 6.6 Frequency Sampling Form
% given h(n)
%
h = [1,2,3,2,1]/9;
[C,B,A] = dir2fs(h)
www.eeworm.com/read/197649/7983073
m psd3d.m
function [t3, w3, z3]=psd3d(w, p, w1, t0, t1);
% The function PSD3D computes the variables, t3, w3, z3 for 3-D Fourier Spectrum plots.
% Computed Fourier spectrum variables w and p are passed to
www.eeworm.com/read/297846/7992379
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/398351/7992529
m speechcoder1.m
%speechcoder1.m
%Plain LPC vocoder
%Main file
function [ outspeech ] = speechcoder1( inspeech )
% Speech Coding using Linear Predictive Coding (LPC)
% The desired order can be selected in the