代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/147096/12583701
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/300562/13905900
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(hilbert
www.eeworm.com/read/135728/13906421
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/300448/13913677
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/237896/13921392
m fig3_8.m
% Use this program to reproduce Fig. 3.8 of text
close all
clear all
eps = 0.000001;
%Enter pulse width and bandwidth
B = 200.0e6; %200 MHZ bandwidth
T = 10.e-6; %10 micro second pulse;
% Compu
www.eeworm.com/read/237867/13925556
asm fet430_adc12_04.asm
;******************************************************************************
; MSP-FET430P430 Demo - ADC12, Extend Sampling Period With SHT Bits
;
; Description: This program shows how to ex
www.eeworm.com/read/135410/13935093
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/300086/13936552
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/134933/13969997
c w_1.c
#define false 0
#define true 1
#define uchar unsigned char
#define uint unsigned int
#define bool unsigned char
#define ulong unsigned long
#define Hi 1
#define Low 0
#define DQ RA4
www.eeworm.com/read/236065/14033983
c fet430_adc12_04.c
//******************************************************************************
// MSP-FET430P430 Demo - ADC12, Extend Sampling period with SHT Bits
//
// This example shows how to extend the sa