代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/490882/6445096
m cp0201_waveform_gauss_mod_osc.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/489524/6472695
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/489040/6481893
m compute_grad.m
function grad = compute_grad(M,options)
% compute_grad - compute the gradient of an image using central differences
%
% grad = compute_grad(M,options);
%
% 'options' is a structure:
% - op
www.eeworm.com/read/488461/6487282
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/488463/6487351
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/488103/6496794
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/488109/6496841
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/486196/6538006
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/485181/6566466
c adc.c
/*
* ADC.c
*/
#include
// initialize the ADC for single conversion, select Analog input pins
void initADC( int amask)
{
AD1PCFG = amask; // select analog input pin
www.eeworm.com/read/482197/6629267
m sine.m
% Creat a data file of the sinewave, which DSP chip can load .%
clear all;
Fs=44100; %Sampling Frequecy of AIC23=44.1KHz%
f1=500; %Frequency of Sine Wave"
for m=1:2048;
x=sin(2*pi*f1*[0: 2048