代码搜索:effect

找到约 4,591 项符合「effect」的源代码

代码结果 4,591
www.eeworm.com/read/458262/7127999

m rcs_aspect.m

function [rcs] = rcs_aspect(scat_spacing, freq) % This function demonstrates the effect of aspect angle on RCS % The default frequency is 3GHz. The radar is observing two unity % point scatterers
www.eeworm.com/read/457222/7331553

c exp3b.c

/* --------------------------------------------------------------- exp3b.c Quantization effect 1. Use timit1.asc as input file 2. Add the format line to timit1.asc for C
www.eeworm.com/read/435547/7790694

m rcs_aspect.m

function [rcs] = rcs_aspect(scat_spacing, freq) % This function demonstrates the effect of aspect angle on RCS % The default frequency is 3GHz. The radar is observing two unity % point scatterers
www.eeworm.com/read/434208/7881279

html piechartdemo5.html

PieChartDemo5 The two pie charts on the left are constrained to a circular shape, while the two pie charts on the right are elliptical (you may need to resize the panel to see the effect).
www.eeworm.com/read/297946/7984641

m rcs_aspect.m

function [rcs] = rcs_aspect(scat_spacing, freq) % This function demonstrates the effect of aspect angle on RCS % The default frequency is 3GHz. The radar is observing two unity % point scatterers
www.eeworm.com/read/297942/7984761

m rcs_aspect.m

function [rcs] = rcs_aspect(scat_spacing, freq) % This function demonstrates the effect of aspect angle on RCS % The default frequency is 3GHz. The radar is observing two unity % point scatterers
www.eeworm.com/read/297846/7992421

m rcs_aspect.m

function [rcs] = rcs_aspect(scat_spacing, freq) % This function demonstrates the effect of aspect angle on RCS % The default frequency is 3GHz. The radar is observing two unity % point scatterers
www.eeworm.com/read/197263/8008381

m experiment5_5.m

% Experiment 5, CS BOOK, Haykin % Digital phase lock loop % Track error of the recursive Costas Loop. % Effect of varying signal-to-noise-ratio % on convergence behaviour of the recursive Costas Loo
www.eeworm.com/read/246805/12703665

m rcs_aspect.m

function [rcs] = rcs_aspect(scat_spacing, freq) % This function demonstrates the effect of aspect angle on RCS % The default frequency is 3GHz. The radar is observing two unity % point scatterers
www.eeworm.com/read/142657/12932577

c busywait.c

/* * BusyWait.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 3, Listing 3-1 * * Demonstrate the effect on performance * of using a busy loop. First cal