代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/255284/12090625
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/150860/12255709
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/150725/12268872
m dir2fs.m
function [A,B,C]=dir2fs(h,r)
%To convert direct form of FIR to frequency sampling structure
% h(n)---Impulse responce of a FIR filter
% r------Diameter of cycle for frequency sampling r>0.9
% A---
www.eeworm.com/read/252197/12294028
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/252197/12294202
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/252063/12304873
c polar.c
/* Copyright (c) Colorado School of Mines, 2003.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/******************************
www.eeworm.com/read/251280/12354811
m lbp.m
%LBP returns the local binary pattern image or LBP histogram of an image.
% J = LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern
% coded image or the local binary pattern histogram of
www.eeworm.com/read/233011/14174136
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12 Extend sampling period with SHT bits
//
// This example shows how to extend the sam
www.eeworm.com/read/128829/14277710
c fet440_adc12_03.c
//******************************************************************************
// MSP-FET430P440 Demo - ADC12, Extend Sampling Period With SHT bits
//
// This example shows how to extend the sa
www.eeworm.com/read/229891/14313531
c msp430xg46x_adc12_04.c
//******************************************************************************
// MSP430xG461x Demo - ADC12, Extend Sampling Period with SHT Bits
//
// This example shows how to extend the sa