代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/426047/10291434
m buck_pcm_line_reg.m
function buck_PCM_line_reg( Vgmax,Vgmin,V,Iomax,rg,rL,rS,rC,rD,VD,R1,R2,RS,L,Ts,Ma,Ae)
Vg=input('please give the input voltage Vg=');
V=input('please give the output voltage V=');
Iomax=input('please
www.eeworm.com/read/425642/10342665
c mdecint.c
#include
#include
#include
#include "msp.h"
void mdecint(float x[],float h[],float y[],int nh,int ny,int m,
int l,int *k)
{
/*-------------------------------------
www.eeworm.com/read/424063/10499306
m test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hil
www.eeworm.com/read/423536/10552915
m test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hil
www.eeworm.com/read/350990/10690612
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ returns the lowpass equivalent of the signal x
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[
www.eeworm.com/read/350857/10705925
c mdecint.c
#include
#include
#include
#include "msp.h"
void mdecint(float x[],float h[],float y[],int nh,int ny,int m,
int l,int *k)
{
/*-------------------------------------
www.eeworm.com/read/419563/10860768
txt fig3_32.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 3.32
% Desired beam pattern and synthesized patterns
% using the Fourier series method and Woodward
% sampling technique
% (a) N =
www.eeworm.com/read/348791/10866839
c fet140_adc12_03.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period With SHT bits
//
// This example shows how to extend the sa
www.eeworm.com/read/270946/11018928
m glp.m
clear all;
%% open data file
fid=fopen('d:\HKWH_Z1.ABF','r');%file path
xdata=fread(fid,'float32'); %read data from file
fclose(fid);%close file
clear fid;
%% extract 32768 points from the