代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/287843/8665237

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. clear echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector
www.eeworm.com/read/431596/8666269

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector t=[-.
www.eeworm.com/read/429797/8788379

m sub_mean.m

function [SP2, mean_array2]=sub_mean(SP, Fs, pps) % % sub_mean: Removes the running average from a time record given a sampling rate and high pass cutoff frequency. % % % % Syntax: % % % % [S
www.eeworm.com/read/384730/8847379

csv qdf example.csv

Keys,Datatypes,Values,,EOV Survey Name,string,Activity Sampling,,EOV User Name,string,Andrea Patch,,EOV Contact,string,John Rondoni,,EOV Contact Line One,string,House_n MIT,,EOV Contact Line Two,
www.eeworm.com/read/285185/8863257

m script_resample.m

A=imread('d:\\cameraman.tif'); figure(1); Imagesc(A,[0,255]); colormap(gray); [height,width]=size(A); C=resampling(width,height,320,240,A); imwrite(C,'d:\\Down_Sampling.tif'); figure( 2); I
www.eeworm.com/read/184267/9114130

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % Time vector t=[-.
www.eeworm.com/read/376528/9315386

m c6_nltvde.m

% File: c6_nltvdr.m w2b=0; w2c=0; % initialize integrators yd=0; y=0; % initialize differential equation tfinal=50; % simulation time fs=100; % sampling frequency
www.eeworm.com/read/179921/9331389

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector t=[-.
www.eeworm.com/read/175764/9534480

c decode_ntom.c

/* decode_ntom.c: N->M down/up sampling. Not optimized for speed. copyright 1995-2006 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distrib
www.eeworm.com/read/371743/9538186

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. clear echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector