代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/142092/12963003
m hfarm.m
function [w,a] = hfarm(data,dt,fa)
%
% [f,a]=hfarm(data,dt,factor):
% Hilbert frequency and amplitude of data(n,k) with room window.
% data: input data.
% dt: sampling perio
www.eeworm.com/read/136754/13362557
m morlet.m
function mo = morlet(a,ts,int)
%mo = morlet(a,ts,int) creates a morlet wavelet dilated to a factor 'a'.
%Time axis goes from -int to int in steps of ts, the sampling interval.
%Note: a MUST NOT be
www.eeworm.com/read/140847/5779139
m sample1.m
% Check sampling on a mixture of experts model
%
% X \
% | |
% Q |
% | /
% Y
%
% where all arcs point down.
% We condition everything on X, so X is a root node. Q is a softmax, and Y is a linear
www.eeworm.com/read/133943/5897323
m sample1.m
% Check sampling on a mixture of experts model
%
% X \
% | |
% Q |
% | /
% Y
%
% where all arcs point down.
% We condition everything on X, so X is a root node. Q is a softmax, and Y is a linear
www.eeworm.com/read/100127/6274136
py radio.py
#! /usr/bin/env python
# radio [port]
#
# Receive audio packets broadcast by "broadcast.py" on another SGI machine.
# Use apanel to set the output sampling rate to match that of the broadcast.
impor
www.eeworm.com/read/492812/6409623
c aliasing.c
//Aliasing.c illustration of downsampling, aliasing, upsampling
#include "lp33.cof" //lowpass at 1.8 kHz
short flag = 0; //toggles for 2x down-sampling
float indly[
www.eeworm.com/read/485544/6552797
m demmlp1.m
%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X at eq
www.eeworm.com/read/264747/11302951
m remezex2a.m
%
% Program name - REMEZ2.m
%
Fs=50000; % Sampling frequency % Filter length
Ap=1; % Pass band ripple in dB
As=45; % Stop band attenuation in dB
M=[0 1 0];
www.eeworm.com/read/262929/11384160
asm pwmdac.asm
;
;Implementing an 16-bit PWM and sampling to test
; the 8-bit analog-to-digital convertor (ADC). The following program will
; configure on-chip peripherals and use a low-pass filter on the targe
www.eeworm.com/read/157962/11653860
asv 2.asv
data = getdata(AI);
delete(AI)
clear AI
[f,mag] = daqdocfft(data,Fs,blocksize)
% [F,MAG]=DAQDOCFFT(X,FS,BLOCKSIZE) calculates the FFT of X
% using sampling frequency FS and the SamplesPerTr