代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/136571/5868330
c psych.c
#include
#include "tf_main.h"
#include "psych.h"
#include "common.h"
static SR_INFO sr_info_aac[MAX_SAMPLING_RATES+1] =
{
{ 8000 },
{ 11025 },
{ 12000 },
{ 16000 },
/* added by
www.eeworm.com/read/110972/6160866
c psych.c
#include
#include "tf_main.h"
#include "psych.h"
#include "common.h"
static SR_INFO sr_info_aac[MAX_SAMPLING_RATES+1] =
{
{ 8000 },
{ 11025 },
{ 12000 },
{ 16000 },
/* added by
www.eeworm.com/read/480745/6661220
m uwb_sv_channel.m
function h=UWB_SV_channel(num_channels,cm_num,ts)
% S-V channel model evaluation
% Input Parameters: 1. ts is sampling time (nsec)
% 2. num_channels is the number of channel impul
www.eeworm.com/read/158463/11612849
m quadcomp.m
function [xc,xs]=quadcomp(x,ts,f0)
% [xc,xs]=quadcomp(x,ts,f0)
%QUADCOMP Returns the in-phase and quadrature components of
% the signal x. f0 is the center frequency. ts is the
% sampling interv
www.eeworm.com/read/346459/11743232
m ldivide.m
function c = ldivide(a,b)
% overloading of operator .\
% $Id: ldivide.m 111 2006-03-14 10:30:29Z bassus $
if isa(a,'signal') & isa(b,'signal')
if a.fs ~= b.fs
error('sampling frequencies do
www.eeworm.com/read/258298/11871859
m plotdft.m
function plotdft(x, fs)
%plots fft of x versus frequency for 0..fs/2
% where fs is the sampling frequency in Hz
% usage: plotdft(x, fs)
N=length(x); %set length
f=[0:fs/(N-1):fs/2];
www.eeworm.com/read/254092/12162184
html group__remote__samp__methods.html
WinPcap: Sampling methods defined in the pcap
www.eeworm.com/read/229007/14355749
m afm_mlpatterngen.m
function [F,FR] = afm_mlpatternGen(x,Fs,type)
% Extract set of features from PSD within [0, 128Hz].
% x: input signal
% Fs: sampling rate (= 256Hz)
% type: the type of vehicle ('w'--wheeled,'t'--t
www.eeworm.com/read/229007/14355755
m sfm_mlpatterngen.m
function [F,FR] = sfm_mlpatternGen(x,Fs,type)
% Extract set of features from PSD within [0, 128Hz].
% x: input signal
% Fs: sampling rate (= 256Hz)
% type: the type of vehicle ('w'--wheeled,'t'--t
www.eeworm.com/read/215913/15034168
asv era.asv
function [System_Eigenvalue,System_Modal_damper_angular_freqency,System_Modal_Angular_Freqency,System_Modal_Damper_Ratio, System_Modal_Shape,System_recession_coefficient,MAC,MPC]=ERA(YData,sampling_fr