代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/352274/10568460

m sigan.m

function sigan(action,in1,in2); %sigan 交互式信号演示 - 1 : 信号的 DFT % Illustrating some basic signal processing concepts, such as % sampling, aliasing, and windowing. % possible actions: % 'start'
www.eeworm.com/read/352274/10568470

m yj.m

function yj(action,in1,in2); %yj 系统特性演示 - 1 : 一阶系统 % Illustrating some basic signal processing concepts, such as % sampling, aliasing, and windowing. % possible actions: % 'start' % 'down
www.eeworm.com/read/423264/10575337

m signals1.m

% Butterworth Low Pass Filter clc; clear all; close all; f1 = input ('Enter the pass band freq : '); f2 = input ('Enter the stop band freq : '); fs = input ('Enter the sampling freq : ');
www.eeworm.com/read/349902/10786306

m interpn_linnonull.m

function y = interpn_linnonull(v, varargin) % interpn_linnonull - linear interpolation, not sampling nulls % % FORMAT: Y = interpn_linnonull(V, Y1, Y2, ... [, extrapval, ith]) % % Input fi
www.eeworm.com/read/416230/11037414

m program_13_5.m

% Program 13_5 % Illustration of Decimation Process % clf; N = input('Length of input signal = '); M = input('Down-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = input
www.eeworm.com/read/416230/11037423

m program_13_6.m

% Program 13_6 % Illustration of Interpolation Process % clf; N = input('Length of input signal = '); L = input('Up-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = inpu
www.eeworm.com/read/467759/7000777

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/236873/7119124

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/461237/7231454

m time_to_frequency_domain.m

function [X] = time_to_frequency_domain(x,dt,frequency_array,time_shift) % x : array including the sampled values at discrete time steps % dt : sampling period, duration of an FDTD time step % fre
www.eeworm.com/read/458010/7314273

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log