代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/280032/10359230
h sound.h
#ifndef _MXLSOUND_H_
#define _MXLSOUND_H_
#define FILE_SAMPLING_FREQ 44100 // in Hz
// Constant declarations used by I2S mode
#define SLOT_BY_FRAME 2
#define BITS_BY_SLOT 16
// IRQ level declaratio
www.eeworm.com/read/271693/10983566
m comm_config.m
% common configuration for both link-level and system-level simulator
%
% yy, 01-july-2007
function Comm_conf = ...
comm_config(fd,t_rms,F_LA,F_PA,BO_dB,use_HPA_flg,flg_offset,flg_csi_err,BW,cf,N,
www.eeworm.com/read/250225/12422954
m comm_config.m
% common configuration for both link-level and system-level simulator
%
% yy, 01-july-2007
function Comm_conf = ...
comm_config(fd,t_rms,F_LA,F_PA,BO_dB,use_HPA_flg,flg_offset,flg_csi_err,BW,cf,N,
www.eeworm.com/read/162810/5513563
cpp umc_aac_encoder_int.cpp
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/162810/5514031
cpp umc_aac_encoder.cpp
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/275042/10837917
m pfm.m
% PFM
% K. Bell
% 10/28/99
fc = 100; % Carrier Frequency (Hz)
wc= 2*pi*fc;
fs = 1000; % Sampling Frequency (Hz)
Ts = 1/fs; % Sampling period (sec)
T = 0.5
www.eeworm.com/read/275034/10838502
m pfm2s.m
% PFM 2 source
% K. Bell
% 10/28/99
fc = 100; % Carrier Frequency (Hz)
wc= 2*pi*fc;
fs = 1000; % Sampling Frequency (Hz)
Ts = 1/fs; % Sampling period (sec)
www.eeworm.com/read/429449/8808037
m dpsk.m
% ----------------------------------------
% +++++ Simulation of DPSK Demodulator +++++++
% For simplicity only the detector (after sampling) is simulated.
% ------------
www.eeworm.com/read/429449/8808043
m psk.m
% ----------------------------------------
% +++++ Simulation of PSK Demodulator +++++++
% For simplicity only the detector (after sampling) is simulated.
% -------------