代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/134895/13971528

txt lpcrand.txt

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/134895/13971696

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/132953/14065415

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequency A_
www.eeworm.com/read/235144/14083829

m simplemeritnointerber.m

clear all; diary simplemeritnointerber.text SNRpSym=linspace(1,10,10); % Initalize sampling times, oversampling rate, modulation. Fd = 1; Fs = 1; N = Fs/Fd; modulation = 'psk'; % Define alpha
www.eeworm.com/read/108859/15573946

m perext.m

function y = perext(x,n,ty) % PEREXT Periodic extension of a signal. % % Y = PEREXT(X,P,OPT) generates periodic extension (PE) of X % P=is a 2 element vector [T ts]=[period sampling interval
www.eeworm.com/read/108859/15573958

m fftplot.m

function [y,f] = fftplot(x,t) % FFTPLOT FFT magnitude and phase spectra. % % [Z,f] = FFTPLOT(X,TS) FFT magnitude and phase specta (re-ordered). % X = signal vector/array with sampling int
www.eeworm.com/read/108859/15573981

m corrnum.m

function Y =corrnum(x,y,dt) % CORRNUM Correlation. % % Z = CORRNUM(X,Y,TS) Computes the correlation of X and Y % TS = sampling interval [Default: TS = 1]. % Z returns Rxy where Rxy = conv(
www.eeworm.com/read/381211/9104163

m resamp.m

function y=resamp(x,Ly) % y=resamp(x,Ly) % % Creates a resampled vector, y, of vector x. % Ly is the length of y. The original sampling frequency, fx, % is increased or decreased to fy=fx*Ly/Lx.
www.eeworm.com/read/184180/9118785

m uwb_sv_eval_ct.m

% S-V channel model evaluation clear; no_output_files = 0; % non-zero: avoids writing output files of continuous-time responses ts = 0.167; % sampling time (nsec) num_channels = 1 ;
www.eeworm.com/read/181565/9245828

m uwb_sv_eval_ct.m

% S-V channel model evaluation clear; no_output_files = 0; % non-zero: avoids writing output files of continuous-time responses ts = 0.167; % sampling time (nsec) num_channels = 1 ;