代码搜索:FDY
找到约 51 项符合「FDY」的源代码
代码结果 51
www.eeworm.com/read/356723/10222097
m single_pulse.m
eps = 0.000001;
taumin = -1.1 * taup;
taumax = -taumin;
x = single_pulse_ambg(taup);
taux = taumin:.05:taumax;
fdy = -5/taup:.05:5/taup;
figure(2)
mesh(taux,fdy,x);
xlabel ('Delay - seconds')
www.eeworm.com/read/356723/10222098
m lfm.m
eps = 0.0001;
x = lfm_ambg(taup, b, up_down);
taux = -1.1*taup:.05:1.1*taup;
fdy = -b:.05:b;
figure(2)
mesh(taux,fdy,x)
xlabel ('Delay - seconds')
ylabel ('Doppler - Hz')
zlabel ('Ambiguity fu
www.eeworm.com/read/356183/10235467
m fig4_5.m
% Use this program to reproduce Fig. 4.5 of tetxt
close all
clear all
eps = 0.0001;
taup = 1.;
b =10.;
up_down = 1.;
x = lfm_ambg(taup, b, up_down);
taux = -1.1*taup:.05:1.1*taup;
fdy = -b:.0
www.eeworm.com/read/297942/7984831
m fig6_2.m
clear all
eps = 0.000001;
taup = 2.;
taumin = -1.1 * taup;
taumax = -taumin;
x = single_pulse_ambg(taup);
taux = taumin:.05:taumax;
fdy = -5/taup:.05:5/taup;
figure(1)
mesh(taux,fdy,x);
xlab
www.eeworm.com/read/297942/7984837
m fig6_3.m
clear all
eps = 0.000001;
taup = 2.;
taumin = -1.1 * taup;
taumax = -taumin;
x = single_pulse_ambg(taup);
taux = taumin:.05:taumax;
fdy = -5/taup:.05:5/taup;
figure(1)
mesh(taux,fdy,x);
xlab
www.eeworm.com/read/297942/7984841
m fig6_5.m
clear all
eps = 0.0001;
taup = 1.;
b =10.;
up_down = 1.;
x = lfm_ambg(taup, b, up_down);
taux = -1.1*taup:.05:1.1*taup;
fdy = -b:.05:b;
figure(1)
mesh(taux,fdy,x)
xlabel ('Delay - seconds')
www.eeworm.com/read/297942/7984845
m single_pulse.m
eps = 0.000001;
taumin = -1.1 * taup;
taumax = -taumin;
x = single_pulse_ambg(taup);
taux = taumin:.05:taumax;
fdy = -5/taup:.05:5/taup;
figure(2)
mesh(taux,fdy,x);
xlabel ('Delay - seconds')
www.eeworm.com/read/297942/7984847
m lfm.m
eps = 0.0001;
x = lfm_ambg(taup, b, up_down);
taux = -1.1*taup:.05:1.1*taup;
fdy = -b:.05:b;
figure(2)
mesh(taux,fdy,x)
xlabel ('Delay - seconds')
ylabel ('Doppler - Hz')
zlabel ('Ambiguity fu
www.eeworm.com/read/297846/7992266
m fig4_5.m
% Use this program to reproduce Fig. 4.5 of tetxt
close all
clear all
eps = 0.0001;
taup = 1.;
b =10.;
up_down = 1.;
x = lfm_ambg(taup, b, up_down);
taux = -1.1*taup:.05:1.1*taup;
fdy = -b:.0
www.eeworm.com/read/246805/12703756
m fig6_2.m
clear all
eps = 0.000001;
taup = 2.;
taumin = -1.1 * taup;
taumax = -taumin;
x = single_pulse_ambg(taup);
taux = taumin:.05:taumax;
fdy = -5/taup:.05:5/taup;
figure(1)
mesh(taux,fdy,x);
xlab