代码搜索:Spectrum

找到约 5,196 项符合「Spectrum」的源代码

代码结果 5,196
www.eeworm.com/read/142092/12963445

m nspaben.m

function [h,xs,w] = nspaben(data,nyy,min_w,max_w,t0,t1) % [nt,t,f]=nspaben(data,ny,min_w,max_w,t0,t1): Hilbert spectrum of data(n,k) % with [f,a]=DE
www.eeworm.com/read/38039/1091201

mnu refcolscale.mnu

SPECTRUM 谱范围 # Linear 线性 Set linear distribution for colors. 设置颜色为线形分布。 Logarithmic 对数 Set logarithmic distribution for colors. 设置颜色为对数分布。 Two#Colors 二种颜色 Two colors. 二种颜色。
www.eeworm.com/read/465318/1520876

1 mkss.1

.de Sp .if t .sp .5v .if n .sp .. .de Ip .br .ie \\n.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH MKSS 1 LOCAL .UC 6 .SH NAME mkss - compute average spectrum from mic input for SS .SH SYNOPSIS .B mk
www.eeworm.com/read/465318/1520892

1 mkss.1

.de Sp .if t .sp .5v .if n .sp .. .de Ip .br .ie \\n.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH MKSS 1 LOCAL .UC 6 .SH NAME mkss - compute average spectrum from mic input for SS .SH SYNOPSIS .B mk
www.eeworm.com/read/299916/3849628

m dis_spct.m

% Example of Plotting the Discrete Spectrum echo on function='lambda'; a=-1.3; b=3.3; n=24; tol=0.1; xx=fseries(function,a,b,n,tol); xx1=xx(n+1:-1:2); xx1=[conj(xx1),xx]; absxx1=abs(xx1);
www.eeworm.com/read/381211/9103716

m fg_03_07.m

% fg_03_07 - plot of phase spectrum. n=0:99; x=sin(2*pi*(n-50.5)/5)./(n-50.5); X=fftshift(fft(x)); amplitude=abs(X); phase=unwrap(angle(X)); % Amplitude. sp_fig(1); subplot(2,1,1); set(gca,'f
www.eeworm.com/read/164099/10129314

m c4ex11.m

% Spectrum of a trapezoidal pulse - Example 4-11 % t_max = 2; f_max = 2; f = -f_max:.001:f_max; t = -t_max:.001:t_max; A = 1; b = 1.5; % Total width stays constant at 1.5 for k = 1:4 k_odd = 2*k
www.eeworm.com/read/425366/10360359

txt read me.txt

fscan 是在matlab里面的一个频率的扫描程序 可以对于一个特定的对象进行频谱的扫描 需要的可以自行下载 matlab at fscan are inside a frequency scanning procedure can be for a specific object to scan the frequency spectrum can download the necessar
www.eeworm.com/read/240189/13232092

pro rand_seq.pro

; $Id: rand_seq.pro,v 1.2 2002/03/14 11:49:13 riccardi Exp $ function rand_seq, f_min, f_max, dt, n_samples, SEED=seed, SPECTRUM=spec $ , ZERO_DC_LEVEL=no_dc, FREQ_VECTOR=f_vec, B
www.eeworm.com/read/257423/6356466

m c4ex11.m

% Spectrum of a trapezoidal pulse - Example 4-11 % t_max = 2; f_max = 2; f = -f_max:.001:f_max; t = -t_max:.001:t_max; A = 1; b = 1.5; % Total width stays constant at 1.5 for k = 1:4 k_odd = 2*k