代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/438073/7737249
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/437115/7755043
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/437043/7755992
m ecgdetectrinterbeat.m
function [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fsa,fsda,pfa);
%ECGDetectRInterbeat: ECG R-wave detector based on ranks and interbeats
%
% [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fs,fsd,pf);
%
% x
www.eeworm.com/read/299869/7827613
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/399528/7850470
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/297947/7984489
m compute_grad.m
function [grad,gy] = compute_grad(M,options)
% compute_grad - compute the gradient of an image using central differences
%
% grad = compute_grad(M,options);
% [gx,gy] = compute_grad(M,options);
www.eeworm.com/read/297846/7992624
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/196856/8053977
m ecgdetectrinterbeat.m
function [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fsa,fsda,pfa);
%ECGDetectRInterbeat: ECG R-wave detector based on ranks and interbeats
%
% [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fs,fsd,pf);
%
% x
www.eeworm.com/read/145525/12717063
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/331961/12793971
m ex10101.m
%----------------------------------------------------------------------------
% Example
% A barrel vault has radius r=25 ft, subtended angle of 80 degrees,
% length 50 f, and thickness 3in.
%