代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/490882/6445084
asv cp0201_waveform.asv
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy-normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
www.eeworm.com/read/490882/6445095
m cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy-normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
www.eeworm.com/read/488224/6498590
m dnsample.m
function xd = dnsample(x,L)
% down sampling for a sequence with n>=0
% L - the down sampling ratio
m = 1 : L: length(x);
xd = x(m);
www.eeworm.com/read/488224/6498657
m program_11_10.m
% Program 11_10
% Spectral Analysis Using the DFT
%
N = input('Type in the length of DFT = ');
T = input('Type in the sampling period = ');
freq = input('Type in the frequency of the sinusoid -=
www.eeworm.com/read/487743/6508138
s43 fet440_adc12_03.s43
#include "msp430x44x.h" // Standard Equations
;******************************************************************************
; MSP-FET430P440 Demo - ADC12, Extend Sampling Period With SH
www.eeworm.com/read/486629/6537160
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to
www.eeworm.com/read/485902/6549016
m rcos50.m
function h=rcos50(t);
%
% This function gives samples of a raised cosine
% pulse shape with a rolloff factor of 50%.
%
% The sampling times are specified by the elements
% of the vector "t".
www.eeworm.com/read/482197/6629265
txt readme.txt
网上流传的方法很多试过都不顶用,错误很多,有的生成的格式不对
这里说明以下几点注意
1.选择dsp的Q14 Q15 根据这个对信号*2^Q
2.注意生成信号变成十六进制负数变补码问题 取值范围+x
3.注意信号与dsp要处理信号的采样率问题 要同步才能减小误差
4.写为.dat文件用 dlmwrite 或者 fopen语句
5.注意变为dsp可读格式fprintf(fid,'1651 ...
www.eeworm.com/read/479409/6694675
txt acmwavein.txt
TACMWaveIn - this component is used for sampling
audio (directly or through ACM codecs). This
component is derived from TWinControl.
TACMWaveIn - have 2 methods:
Open(format:PWaveFormatEx); f
www.eeworm.com/read/476991/6744033
c msp430x24x_adc12_04.c
//******************************************************************************
// MSP430x24x Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to exte