代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/305632/13764287
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/304881/13784502
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/303558/13812607
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/303558/13812671
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/301479/13858613
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/101082/6245250
3 monitor.3
.TH monitor 3 RISC
.SH Name
monitor, monstartup, moncontrol \- prepare execution profile
.SH Synopsis
.nf
.B monitor(lowpc, highpc, buffer, bufsize, nfunc)
.B int (*lowpc)(), (*highpc)();
.B short buf
www.eeworm.com/read/100127/6274140
py broadcast.py
#! /usr/bin/env python
# broadcast [port]
#
# Broadcast audio input on the network as UDP packets;
# they can be received on any SGI machine with "radio.py".
# This uses the input sampling rate, inpu
www.eeworm.com/read/291067/6303054
m estlocalfreq.m
function freqEst = estlocalfreq(sigVec,fSamp)
%ESTLOCALFREQ Estimates the local (instantaneous) frequency of an complex signal vector.
%
%--------
%Synopsis:
% freqEst = estlocalfreq(sigVec,fSamp)
%
www.eeworm.com/read/132325/6315025
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/491236/6437927
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