题目内容 (请给出正确答案)
[主观题]

The word implements in Paragraph 3 is closest in meaning to ______.A.executionsB.mechanics

The word implements in Paragraph 3 is closest in meaning to ______.

A.executions

B.mechanics

C.elements

D.instruments

提问人:网友dong0417 发布时间:2022-01-06
参考答案
查看官方参考答案
如搜索结果不匹配,请 联系老师 获取答案
更多“The word implements in Paragra…”相关的问题
第1题

Write MATLAB codes to implement DSSS system sinmulation, The system is a 2-user system with a 2-path frequency selective fadingchannel for each user, The power for each path is half the total transmit power for each user. A RAKR receiver with ideal channel estimation should be used in the receiver for each user. The relative delay between two paths is 1 chip. BPSK modulation is assumed. The BER-versus SNR curve should be drawn for both users. The SNR is defined by, and is assumed to change from 0 dB to 10 dB with step 1 dB. The simulation results should be compared with the theoretical BER versus SNR curve in flat Rayleigh fading channel.

A、N_Trials=300; N_number=100; N_snr=10; N_users=2; N_path=2; Delay=1; Q=16; N_samples=N_number*Q; E_M=0; for trials=1:N_Trials trials noise=randn(N_users.*N_path,Q*N_number)+j.*randn(N_users*N_path,Q*N_number); s10=round(rand(N_users,N_number)); ss_user=s10*2-1; % without consideration of delayed path pn01=round(rand(N_users,Q)); pn=(pn01.*2-1)./sqrt(Q); S_spread=[]; for user=1:N_users s=kron(ss_user(user,:), pn(user,:)); S_spread=[S_spread; s]; end S_multipath=[]; for user=1:N_users s_user=S_spread(user,:); Suser_delayed=[zeros(1,Delay), s_user(1,1:(N_samples-Delay))]; S_multipath=[S_multipath; [s_user;Suser_delayed]]; end %___________the following is to generate Rayleigh fading coefficients N=N_users.*N_path; fad_c=fading(8,0.005,N_samples, N); fad=fad_c.'; % only use the amplitude; %phase is not used, which is equivalent to have an ideal phase %compensation by using channel equalization S_spread=S_multipath.*fad; %S_spread is the signal matrix of size users x N_number sgma=1; Error_M=[ ]; for snr_db=0:1:N_snr snr=10.^(snr_db./10)/2; %Evaluate the SNR from SNR in dB N0=2*sgma.^2; Eb=snr.*N0; yy=sqrt(Eb./2)*S_spread+noise; %received spread signals in the baseband Error_v_user=[]; for user=1:N_users y_path1=yy((user-1).*N_path+1, :); y_path_temp=yy((user-1).*N_path+2, :); y_path2=[y_path_temp(1,Delay+1:N_samples), zeros(1,Delay)]; Y_M_path1=[ ]; Y_M_path2=[]; for k=1:N_number ym1=y_path1(1,(k-1)*Q+1:k*Q); ym2=y_path2(1,(k-1)*Q+1:k*Q); Y_M_path1=[Y_M_path1;ym1]; Y_M_path2=[Y_M_path2;ym2]; end % Y_M is a matrix of size N_number x Q, each row correspinding to a % BPSK symbol ys=Y_M_path1*pn(user,:).'+Y_M_path2*pn(user,:).'; %despreading for a user y=ys.'; y_real=real(y); s_e=sign(y_real); s_e10=(s_e+1)./2; Error_snr=sum(abs(s10(user,:)-s_e10)); Error_v_user=[Error_v_user;Error_snr./N_number]; %A BER collumn vector for all the users and for each snr end %for user Error_M=[Error_M,Error_v_user]; %BER matrix for all users and for all the SNRs end % end for snr E_M=E_M+Error_M ; end % end for trials BER=E_M./N_Trials; BER_T=[ ]; for snr_db=0:1:N_snr snr=10.^(snr_db./10); temp=sqrt(snr./(1+snr)); BER_THEROY=(1-temp)/2; BER_T=[BER_T,BER_THEROY]; end i=0:1:N_snr; semilogy(i,BER(1,:),'-r',i,BER(2,:),'ob',i,BER_T ,'*g'); xlabel('E_b/N_0(dB)') ylabel('BER') legend('User1 RAKE','User2 RAKE', 'Theoretical flat fading');

B、no need

C、no need

D、no need

点击查看答案
第2题
According to Paragraph 2, you must be well informed of weather conditions when hiking there because______.

A.the weather there is bad

B.the canyon is too long

C.the flood there is dangerous

D.there are many storms

点击查看答案
第3题
The authors description of Cro-Magnon paintings mentions which of the following?

A.Some are not very good.

B.It is unusual to see such paintings.

C.Many were drawn by children.

D.The artists were mostly right-handed.

点击查看答案
第4题
The authors description of erosion impact mentions all of the following EXCEPT

A.haze

B.wind

C.solid water

D.liquid water

点击查看答案
第5题
According to the speech, who found the way to weigh atoms?

A.Democritus.

B.Carl H. Snyder.

C.Amadeo Avogadro.

D.John Dalton.

点击查看答案
第6题

听力原文:Narrator Listen to part of a lecture about GPS. Professor What is GPS? Its full name is the Global Positioning System and a satellite-based navigation system. Generally speaking, it is made up of a network of 24 satellites placed into orbit by the U. S. Department of Defense. GPS was originally intended for military applications, but in the 1980s, the government made the system available for civilian use. Nowadays, GPS works in any weather conditions, anywhere in the world, 24 hours a day. There are no subscription fees or setup charges to use GPS. How does it work? At first, GPS satellites circle the earth twice a day in a very precise orbit and transmit signal information to earth. Secondly, GPS receivers take this information and use triangulation to calculate the users exact location. Essentially, the GPS receiver compares two times; one is the time a signal was transmitted by a satellite; the other is the time it was received. The time difference tells the GPS receiver how far away the satellite is. Now, with distance measurements from a few more satellites, the receiver can determine the users position and display it on the units electronic map. A GPS receiver must be locked on to the signal of at least three satellites to calculate a 2D position and track movement. With four or more satellites in view, the receiver can determine the users 3D position, here three dimensions are latitude, longitude and altitude. Once the users position has been determined, the GPS unit can calculate other information, such as speed, bearing, track, trip distance, distance to destination, sunrise and sunset time and more. How accurate is GPS? Todays GPS receivers are extremely accurate, thanks to their parallel multi-channel design. Garmins 12 parallel channel receivers are quick to lock onto satellites when first turned on and they maintain strong locks, even in dense foliage or urban settings with tall buildings. Certain atmospheric factors and other sources of error can affect the accuracy of GPS receivers. Garmin GPS receivers are accurate to within 15 meters on average. How about the Newer Garmin GPS receivers? With WAAS, that is Wide Area Augmentation System, its capability can improve accuracy to less than three meters on average. No additional equipment or fees are required to take advantage of WAAS. Users can also get better accuracy with Differential GPS, which corrects GPS signals to within an average of three to five meters. The U. S. Coast Guard operates the most common DGPS correction service. This system consists of a network of towers that receive GPS signals and transmit a corrected signal by beacon transmitters. In order to get the corrected signal, users must have a differential beacon receiver and beacon antenna in addition to their GPS. GPS satellites are powered by solar energy. They have backup batteries onboard to keep them running in the event of a solar eclipse, when theres no solar power. Small rocket boosters on each satellite keep them flying in the correct path. Here are some other interesting facts about the GPS satellites, also called NAVSTAR by the official of U. S. Department of Defense; the first GPS satellite was launched in 1978; a full constellation of 24 satellites was achieved in 1994; each satellite is built to last about 10 years. Replacements are constantly being built and launched into orbit; A GPS satellite weighs approximately 2 000 pounds and is about 17 feet across with the solar panels extended; transmitter power is only 50 watts or less. Now get ready to answer the questions. You may use your notes to help you answer. 18. What aspect of GPS does the talk mainly discuss? 19. What can be inferred about the present GPS functions? 20. According to the speaker, how accurate is a Garmin GPS receiver? Listen again to part of the lecture. Then answer the question. Professor A GPS receiver must be locked on to the signal of at least three satellites to calculate a 2D position and track movement. With four or more satellites in view, the receiver can determine the users 3D position. 21. What does the professor imply when he says this? Professor With four or more satellites in view, the receiver can determine the users 3D position(latitude, longitude and altitude). 22. What does the professor mean when he says this? Professor Once the users position has been determined, the GPS unit can calculate other information, such as speed, bearing, track, trip distance, distance to destination, sunrise and sunset time and more. 23. What can be inferred about the use of GPS nowadays?Narrator Listen to part of a lecture about GPS. Now get ready to answer the questions. You may use your notes to help you answer.

What aspect of GPS does the talk mainly discuss?

A.What it is made up of and its shortcomings

B.How it works and its attributes.

C.The history of its development.

D.How it is different from other technologies

点击查看答案
第7题
It can be inferred from Paragraph 3 that the greenhouse effect may be beneficial in

A.preventing the earth from getting hotter

B.delaying the coming of the next Ice Age

C.making up for the loss of the sun"s heat as indicated

D.slowing down the melting of ice in the polar areas

点击查看答案
第8题
The word entail in Paragraph 3 is closest in meaning to______.

A.consist

B.exploit

C.obtain

D.involve

点击查看答案
第9题
What can be inferred about the present GPS functions?

A.It is only used for military purposes.

B.It is now important to civilian life.

C.It handles all kinds of situations.

D.It offers accurate calculations.

点击查看答案
第10题
In Paragraph 3, it is assumed that the possible reason that the earth is not experiencing an Ice Age as it should be is that______.

A.the sun"s heat output does not follow certain regulations

B.no rule can be drawn from the sun"s rotation

C.there is no way to model the sun"s rotation

D.It takes time for the sun to reduce the inertia of the earth"s climate

点击查看答案
账号:
你好,尊敬的用户
复制账号
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“简答题”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
简答题
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反简答题购买须知被冻结。您可在“简答题”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
简答题
点击打开微信