代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/205721/15308990
m,v resamp.m,v
head 3.0;
access;
symbols;
locks; strict;
comment @// @;
3.0
date 2000.06.13.19.21.10; author gilles; state Exp;
branches;
next 2.0;
2.0
date 99.05.21.18.46.19; author mah; state Exp;
branches;
nex
www.eeworm.com/read/173927/9629892
m ex661.m
%-----------------------------------------------------------------------------
% Example 6.6.1
% Compute element matrix for two-dimens
www.eeworm.com/read/248284/12585524
m p10_4.m
% Program P10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
clf;
freq = [0 0.42 0.48 1]; mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Eval
www.eeworm.com/read/248284/12585537
m p10_3.m
% Program P10_3
% Effect of Up-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and
www.eeworm.com/read/191859/8419374
h pwm_def.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2
www.eeworm.com/read/389321/8533619
m fun_meyer.m
function y = fun_meyer(x, param)
% FUN_MEYER Return 1-D meyer function from x sample
%
% y = fun_meyer(x, param)
%
% Input:
% x : Sampling points of meyer function
% param : Parameter of
www.eeworm.com/read/389268/8538187
h config.h
/*H**************************************************************************
* NAME: config.h
*----------------------------------------------------------------------------
* Copyr
www.eeworm.com/read/432925/8563458
m specgram_ex3p19.m
function [spec] = specgram_hw3p20(x, winlgh, frmlgh, sampling_rate);
% specgram_hw3p20(x, winlgh, frmlgh, sampling_rate)
%
% function to compute a spectrogram
%
% x = input waveform
% winlgh =
www.eeworm.com/read/432925/8563463
m specgram_ex3p19.m
function [spec] = specgram_hw3p20(x, winlgh, frmlgh, sampling_rate);
% specgram_hw3p20(x, winlgh, frmlgh, sampling_rate)
%
% function to compute a spectrogram
%
% x = input waveform
% winlgh =