代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/313963/13577708

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. clear echo on df=0.01; % freq. resolution fs=5; % sampling frequency ts=1/fs;
www.eeworm.com/read/306478/13744594

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. clear echo on df=0.01; % freq. resolution fs=5; % sampling frequency ts=1/fs;
www.eeworm.com/read/306455/13744813

m demonedft.m

% Demonedft.m demonstrates performance of NEDFT algorithm by iterations in case of nonuniform sampling and % provide comparison with traditional nonuniform discrete Fourier transform (DFT) output. NE
www.eeworm.com/read/303558/13812545

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. clear echo on df=0.01; % freq. resolution fs=5; % sampling frequency ts=1/fs;
www.eeworm.com/read/478969/6695741

txt 新建 文本文档 (2).txt

function r = mfcc1(s, fs) % MFCC % % Inputs: s contains the signal to analize % fs is the sampling rate of the signal % % Output: r contains the transformed signal % % %%%%%
www.eeworm.com/read/476907/6754307

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. clear echo on df=0.01; % freq. resolution fs=5; % sampling frequency ts=1/fs;
www.eeworm.com/read/409205/11341473

m fmagplot.m

function fmagplot( xa, dt ) %FMAGPLOT Plot Fourier Transform (Mag) of "ANALOG" signal %----- % Usage: fmagplot( xa, dt ) % % xa : "ANALOG" signal % dt : sampling interval for t
www.eeworm.com/read/409205/11341525

m fplot.m

function fplot( xa, dt ) %FPLOT Plot Fourier Transform (Mag) of "ANALOG" signal %----- % Usage: fplot( xa, dt ) % % xa : "ANALOG" signal % dt : sampling interval for the simulat
www.eeworm.com/read/347709/11647366

c msp430x54x_uscia0_uart_04.c

//****************************************************************************** // msp430FG5438 Demo - USCI_A0, 9600 UART, SMCLK, LPM0, Echo with over-sampling // // Description: Echo a receiv
www.eeworm.com/read/154760/11928781

m tour3.m

echo off %TOUR of ADSP Toolbox routines and demonstration for MATLAB v3.5 clear while 1 demos= ['plotting' 'signals ' 'mathdem ' 'tdomain ' 'convolve' 'sdomain ' 'sampling'