代码搜索:Way
找到约 8,100 项符合「Way」的源代码
代码结果 8,100
www.eeworm.com/read/174700/9576451
lrc nirvana - something in the way.lrc
[ti:something in the way]
[ar:Nirvana]
[al:Nevermind]
[by:炫网资讯 Liuxuan.com]
[01:23.70][00:09.66]Underneath the bridge
[01:29.06][00:12.59]The tarp has sprung a leak
[01:32.73][00:17.64]And the
www.eeworm.com/read/170529/9801434
cur move4way.cur
www.eeworm.com/read/170529/9801473
cur copy4way.cur
www.eeworm.com/read/170529/9801486
cur trck4way.cur
www.eeworm.com/read/165898/10047725
m plot_2way.m
function y=plot_2way(x1,x2,len,t)
mm=150;
subplot(2,1,2);
plot((1:len)*t,x2(1:len));
axis([0 len*t -4 4]);
hold on
plot((1:len)*t,x2(1:len),'.','color','red');
hold off
xlabel('虚部信号');
subplo
www.eeworm.com/read/165898/10047726
m stem_2way.m
function stem_2way(x1,x2,delay,fd,fs,len)
subplot(2,1,1);
hold on
stem(((1:len)+fs/fd*3)/fs,x1(1:len));
subplot(2,1,2);
hold on
stem(((1:len)+fs/fd*3)/fs,x2(1:len));
www.eeworm.com/read/360193/10106763
m plot_2way.m
function plot_2way(x1,x2,len,t)
%绘制正交信号图
subplot(2,1,2);
plot((1:len)*t,x2(1:len));
axis([0 len*t -4 4]);
hold on
plot((1:len)*t,x2(1:len),'.','color','red');
hold off
xlabel('虚部信号');
subplot
www.eeworm.com/read/360193/10106767
m stem_2way.m
function stem_2way(x1,x2,delay,fd,fs,len)
%绘制滤波后的信号图
subplot(2,1,1);
hold on
stem(((1:len)+fs/fd*3)/fs,x1(1:len));
subplot(2,1,2);
hold on
stem(((1:len)+fs/fd*3)/fs,x2(1:len));
www.eeworm.com/read/161505/10400308
m four_way_mva.m
function varargout = four_way_mva(varargin)
% FOUR_WAY_MVA M-file for four_way_mva.fig
% FOUR_WAY_MVA, by itself, creates a new FOUR_WAY_MVA or raises the existing
% singleton*.
%
%
www.eeworm.com/read/161505/10400312