代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/202129/15390393
m extr.m
%EXTR finds extrema and zero-crossings
%
% [indmin, indmax, indzer] = EXTR(x,t)
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, default 1:length(x)
%
% outputs : - indm
www.eeworm.com/read/110662/15527816
c exp6e.c
/*
exp6e.c - sinewave generator using a 2nd-order resonator
*/
#include
#define F 300 /* Frequency */
#define Fs 8000 /* Sampling frequency */
www.eeworm.com/read/106690/15626524
m eventalign.m
% eventalign - function called by pop_importevent() to find the best
% sampling rate ratio to align 2 arrays of data events.
%
% Author: Arnaud Delorme, SCCN/INC/UCSD, Dec 2003
%1234567
www.eeworm.com/read/100204/15880676
readme
Hi dear cdrom drive users,
This README describes hardware related matters as well as the installation of
cdda2wav, the sampling utility.
The last big change was the inclusion in Joerg Schillings cd
www.eeworm.com/read/292248/8365618
m construct_sim.m
function sim=construct_sim;
%create an empty structure for simulations.
sim = struct('sampling_rate', 0, ...
'carrier_freq', 0, ...
'symbol_rate', 0, ...
'bandwidth', 0, ...
'pac
www.eeworm.com/read/391151/8418538
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/291298/8426275
m extr.m
function [indmin, indmax, indzer] = extr(x,t);
% [indmin, indmax, indzer] = EXTR(x,t) finds extrema and zero-crossings
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, d
www.eeworm.com/read/390411/8466478
m octspec.m
function [g,f] = octspec(B,A,Fs,Fc,s,n);
% OCTSPEC Plots an octave filter characteristics.
% OCTSPEC(B,A,Fs,Fc) plots the attenuation of the filter defined by
% B and A at sampling frequency Fs
www.eeworm.com/read/390411/8466484
m octdsgn.m
function [B,A] = octdsgn(Fc,Fs,N);
% OCTDSGN Design of an octave filter.
% [B,A] = OCTDSGN(Fc,Fs,N) designs a digital octave filter with
% center frequency Fc for sampling frequency Fs.
%
www.eeworm.com/read/385934/8777080
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[