<samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
<ul id="e4iaa"></ul>
<blockquote id="e4iaa"><tfoot id="e4iaa"></tfoot></blockquote>
    • <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
      <ul id="e4iaa"></ul>
      <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp><ul id="e4iaa"></ul>
      <ul id="e4iaa"></ul>
      <th id="e4iaa"><menu id="e4iaa"></menu></th>

      CAN202代寫、代做MATLAB編程設(shè)計

      時間:2024-04-26  來源:  作者: 我要糾錯



      Page 1 of 3
      CAN202 Analogue and Digital Communications I Coursework AY202324
      Instructions:
      1. 100 marks are available from this coursework (20% towards the total mark of CAN202)
      2. Please submit one PDF file that contains your answers and CORRECT student ID.
      3. Release date of the coursework: Friday 5
      th April 2024.
      4. Due date of the coursework: 23:59, Monday 6
      th May 2024.
      5. There are 11 questions in total. Answer ALL questions.
      6. If asked, support your answer with figures. Make sure the figures are READABLE.
      7. Append all necessary codes at the end of the to-be-submitted PDF or at the
      corresponding answers.
      8. No generative AI may be used when completing the coursework.
      9. Learning outcome accessed: A, B, E.
      10. The usual late-submission policy may apply (e.g., 5 marks deduction per working day).
      The questions begin:
      Figure 1 shows a periodic triangular wave 𝑠(𝑡), where the period is 𝑇 seconds.
      Figure 1 A periodic triangular wave
      Q1 Show sufficient steps to verify that a Fourier series representation of 𝑠(𝑡) in Figure 1 is
      𝑠(𝑡) = ∑ 𝐶𝑛𝑒
      𝑗2𝜋𝑛𝑡
      𝑇

      𝑛=−∞
      ,
      where 𝐶0 = 0 and 𝐶𝑛 =
      2𝐴(𝑒
      −𝑗𝜋𝑛−1)
      𝜋2𝑛2
      . (Hint: It may be easier to find the Fourier series
      representation of 𝑑𝑠(𝑡)
      𝑑𝑡
      = ∑ 𝐵𝑛𝑒
      𝑗2𝜋𝑛𝑡
      ∞ 𝑇 𝑛=−∞ and then find 𝐶𝑛 =
      𝑇
      𝑗2𝜋𝑛
      𝐵𝑛 , where the latter
      comes from a property of Fourier series that links the Fourier series coefficients
      between a periodic signal and its integration) (10 marks)
      Q2 Rewrite the Fourier series of 𝑠(𝑡) in the following form, i.e.,
      𝑠(𝑡) = ∑ 𝐷𝑛 cos (
      2𝜋𝑛𝑡
      𝑇
      + 𝜃𝑛) ,

      𝑛=0
      where you need to determine 𝐷𝑛 and 𝜃𝑛. (5 marks)
      Then, suppose there is a bandlimited modulating signal 𝑚(𝑡) whose bandwidth is 0.2
      𝑇
      Hz.
      Plot the frequency spectrum of 𝑚(𝑡)𝑠(𝑡). You may assume that the frequency spectrum
      of 𝑚(𝑡) has the shape in Figure 2. (10 marks)
      Page 2 of 3
      Figure 2 An illustration of the frequency spectrum of 𝑚(𝑡)
      Q3 We can generate a double-sideband suppressed carrier amplitude modulated (DSB-SC
      AM) signal based on 𝑚(𝑡) × 𝑠(𝑡) and an appropriate bandpass filter (BPF), where the
      carrier frequency is 𝑇
      −1 Hz. Draw a diagram that realizes such a DSB-SC AM scheme,
      where the functions of all components in the diagram must be specified. (5 marks)
      In the second part of the assignment, we will scramble the frequency components of a piece
      of soundtrack that somehow disguise the sound, and then we descramble and restore the
      soundtrack. We will use the soundtrack in “handel.mat”. By typing the command “load
      handel” in MATLAB, you will find two variables in the workspace, i.e., “y” and “Fs”, where
      “y” contains samples of the soundtrack and “Fs” specifies the sampling frequency in Hz that
      gives rise to the samples in “y”. We may treat “Fs/2” as the bandwidth of the soundtrack.
      After loading “handel”, we may play the soundtrack using the following command:
      “player = audioplayer(y, Fs); play(player);”
      If your loudspeaker works, you should hear “hallelujah, hallelujah, …”.
      Figure 3 shows a simple scrambler that scrambles the frequency spectrum of “y” and give
      rise to “z”. Figure 4 shows a descrambler that would, ideally, restore the frequency
      spectrum of “y” from “z”.
      Figure 3 A scrambler
      Figure 4 A descrambler for the scrambler in Figure 3
      Q4 In Figure 3, assume 𝑦(𝑡) is bandlimited to Fs/2 Hz. Sketch the frequency spectrum of
      𝑧(𝑡). (10 marks)
      Q5 Show with illustrating figures that the system in Figure 4 can restore 𝑦(𝑡) from 𝑧(𝑡).
      (10 marks)
      Page 3 of 3
      We can demonstrate the above in MATLAB, where we will scramble “y” and descramble “z”.
      Specifically, we calculate the discrete Fourier transform (DFT) of various discrete-time
      signals in the above scrambler/descrambler system and observe the frequency spectra. We
      will also play the soundtrack of 𝑧(𝑡) in Figure 3 and 𝑦(𝑡) in Figure 4 for verification. The DFT
      can be calculated using the “fft” function in MATLAB.
      The “fft(y)” returns frequency domain samples from frequency zero to Fs − 𝑇0
      −1
      , where Fs is
      the sampling frequency of “y” and 𝑇0 is the duration of the time-domain signal. Because the
      DFT samples are periodic, one may use the command “fftshift( fft( y ) )” to swap the two
      halves of “fft(y)”, such that the zero-frequency component appears at the center of the
      vector returned by “fftshift( fft( y ) )”.
      One thing to note is that the DFT calculation is related to the sampling frequency. In Figure
      3, we need to multiply 𝑦(𝑡) with a carrier signal that has a frequency of Fs, and the resulting
      signal 𝑦1(𝑡) would have the largest bandwidth (counting from frequency zero) among all
      signals in the systems of Figures 3 and 4. To use DFT correctly for 𝑦1(𝑡), we need to have a
      sampling frequency that is at least twice as much as the bandwidth of 𝑦1(𝑡) (again, counting
      from frequency zero). However, the soundtrack from “handel” is not sampled at a
      sufficiently high frequency, so we need to upsample the soundtrack first. The upsampling
      can be done using the command “resample(y, Fs_new,Fs)”, where Fs_new is the new
      sampling frequency that is sufficiently large.
      Please answer the following questions based on MATLAB programming.
      Q6 Load “handel” in MATLAB and play the soundtrack. Calculate the DFT of the soundtrack
      samples using “fft”. Then, plot the discrete frequency spectrum as calculated from the
      DFT, where you should use the command “fftshift” to rearrange the results from “fft”.
      Label the frequency values of the samples from the frequency spectrum. (5 marks)
      Q7 Perform upsampling to the vector “y” from “handel”, where the new sampling
      frequency is Fs × 2. Play the upsampled soundtrack and make sure that it sounds the
      same as that in Q6. (5 marks)
      Q8 Generate samples of 𝑦1(𝑡) (refer to Figure 3), where you may need to sample a correct
      carrier signal with the correct sampling frequency. Plot the DFT of 𝑦1(𝑡) in MATLAB and
      label the frequencies; explain whether this plot meets your expectation. (10 marks)
      Q9 Perform lowpass filtering to the samples of 𝑦1(𝑡) and obtain samples of 𝑦2(𝑡). The
      sampled impulse response of the lowpass filter may come from a truncated sinc pulse
      that approximates an ideal lowpass filter with a bandwidth of Fs. You may then use
      “conv” to perform convolution (or, equivalently, the filtering operation in the timedomain). Plot the DFT of 𝑦2(𝑡). (10 marks)
      Q10 Following Figure 3, obtain samples of the scrambled soundtrack 𝑧(𝑡) in MATLAB.
      Plot the DFT of 𝑧(𝑡) and play the time-domain samples. Comment on what you hear
      from 𝑧(𝑡). (10 marks)
      Q11 Following Figure 4, descramble 𝑧(𝑡) and obtain 𝑦′(𝑡). Plot the DFT of 𝑦′(𝑡) in
      MATLAB. Also, play the samples of 𝑦′(𝑡). Comment your observations. (10 marks)
      End of Coursework

      請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp















       

      標簽:

      掃一掃在手機打開當前頁
    • 上一篇:代做COMP3211、Python/Java程序代寫
    • 下一篇:CSC1002代做、Python設(shè)計程序代寫
    • 無相關(guān)信息
      昆明生活資訊

      昆明圖文信息
      蝴蝶泉(4A)-大理旅游
      蝴蝶泉(4A)-大理旅游
      油炸竹蟲
      油炸竹蟲
      酸筍煮魚(雞)
      酸筍煮魚(雞)
      竹筒飯
      竹筒飯
      香茅草烤魚
      香茅草烤魚
      檸檬烤魚
      檸檬烤魚
      昆明西山國家級風景名勝區(qū)
      昆明西山國家級風景名勝區(qū)
      昆明旅游索道攻略
      昆明旅游索道攻略
    • 幣安app官網(wǎng)下載 幣安app官網(wǎng)下載

      關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

      Copyright © 2023 kmw.cc Inc. All Rights Reserved. 昆明網(wǎng) 版權(quán)所有
      ICP備06013414號-3 公安備 42010502001045

      主站蜘蛛池模板: 无码精品人妻一区二区三区漫画| 亚洲成a人片在线观看天堂无码| 国产真人无码作爱免费视频| 国产三级无码内射在线看| 久久久无码精品亚洲日韩蜜臀浪潮| 99精品人妻无码专区在线视频区| 亚洲AⅤ永久无码精品AA| 国产精品无码无需播放器| 92午夜少妇极品福利无码电影| AV无码精品一区二区三区宅噜噜| 国产精品三级在线观看无码| 人妻无码久久精品人妻| 色综合久久中文字幕无码| 亚洲AV蜜桃永久无码精品| 无码少妇A片一区二区三区| 无码人妻黑人中文字幕| 人妻系列AV无码专区| 天堂无码在线观看| 亚洲爆乳少妇无码激情| 精品欧洲av无码一区二区三区| 国产成人无码AV一区二区在线观看| 国产精品国产免费无码专区不卡| 无码AV中文字幕久久专区| 中文无码伦av中文字幕| 久久精品无码一区二区日韩AV| 无码aⅴ精品一区二区三区| 久久av无码专区亚洲av桃花岛| 亚洲VA成无码人在线观看天堂| 国产又爽又黄无码无遮挡在线观看| 无码毛片一区二区三区中文字幕 | 国产成人麻豆亚洲综合无码精品| 无码一区二区三区视频| 最新亚洲人成无码网站| 亚洲综合久久精品无码色欲| 久久国产精品无码HDAV| 久久久久久人妻无码| 日韩精品无码一区二区三区不卡| 高潮潮喷奶水飞溅视频无码| 三上悠亚ssⅰn939无码播放| 国产综合无码一区二区辣椒| 国产亚洲大尺度无码无码专线|