代码搜索:Windowed

找到约 353 项符合「Windowed」的源代码

代码结果 353
www.eeworm.com/read/359349/10154094

m windowed.m

clear n=-100:100; a=10; x=sin(0.2*pi*(n-a)+eps)./(0.2*pi*(n-a)+eps); RN=u(n)-u(n-2*a-1); subplot(311) stem(n,x,'.') axis([-30,50,-0.4,1.2]) subplot(312) stem(n,RN,'.') axis([-30,50,-0.4,1.
www.eeworm.com/read/227367/14430134

cmd windowed.cmd

wowmapview -w
www.eeworm.com/read/203801/15351290

cmd windowed.cmd

wowmapview -w
www.eeworm.com/read/445803/7589987

m windowed mi.m

function [c_out, l_out, t_out] = migram(varargin) %MIGRAM Calculate windowed mutual information between two signals. % I = MIGRAM(A,B,MAXLAG,WINDOW,NOVERLAP) calculates the windowed mutual % in
www.eeworm.com/read/297947/7984314

m test_windowed_fourier_transform.m

% test for local fourier transform n = 128; name = 'barb'; M = crop(load_image(name),n); w = 15; q = 7; options.window_type = 'sin'; MF = perform_windowed_fourier_transform(M,w,q,n, options); M1 = p
www.eeworm.com/read/297947/7984322

m perform_windowed_fourier_transform.m

function y = perform_windowed_fourier_transform(x,w,q,n, options) % perform_windowed_fourier_transform - compute a local Fourier transform % % Forward transform: % MF = perform_windowed_fourier_tra