亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Frequency-Domain

  • The function applies the Madsen method for Doppler Centroid estimation. The input are: 1) the raw d

    The function applies the Madsen method for Doppler Centroid estimation. The input are: 1) the raw data, the parameter of the distance between samples in azimuth to be correlated and the PRF (Pulse repetition frequency)

    標簽: estimation The the Centroid

    上傳時間: 2017-08-12

    上傳用戶:pinksun9

  • Title : Implementation of quadrature modulation and demodulation Design Object : By implementing qu

    Title : Implementation of quadrature modulation and demodulation Design Object : By implementing quadrature modulation and demodulation of analog signals in digital signal processing, students will have better understanding of sampling and frequency analysis of discrete-time signals. Design Content : Make a MATLAB function which performs quadrature modulation and demodulation for a input signal with anti-aliasing filtering.

    標簽: Implementation demodulation implementing modulation

    上傳時間: 2013-12-09

    上傳用戶:蠢蠢66

  • SQLite is a software library that implements a self-contained, serverless, zero-configuration, trans

    SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices including cellphones, PDAs, and MP3 players. The source code for SQLite is in the public domain.

    標簽: zero-configuration self-contained implements serverless

    上傳時間: 2013-12-09

    上傳用戶:manlian

  • The UMTS Physical Layer model consists of an end-to-end (transmitter-to-receiver) simulation of the

    The UMTS Physical Layer model consists of an end-to-end (transmitter-to-receiver) simulation of the Frequency Division Duplex (FDD) Downlink physical layer for several Dedicated Channels (DCH) as specified by the 3GPP standard (Release 99).

    標簽: transmitter-to-receiver end-to-end simulation Physical

    上傳時間: 2014-01-11

    上傳用戶:it男一枚

  • 頻率合成技術在現代電子技術中具有重要的地位。在通信、雷達和導航等設備中

    頻率合成技術在現代電子技術中具有重要的地位。在通信、雷達和導航等設備中,它可以作為干擾信號發生器;在測試設備中,可作為標準信號源,因此頻率合成器被人們稱為許多電子系統的“心臟”。直接數字頻率合成(DDS——Digital Direct Frequency Synthesis)技術是一種全新的頻率合成方法,是頻率合成技術的一次革命。本文主要分析了DDS的基本原理及其輸出頻譜特點,并采用VHDL語言在FPGA上實現。對于DDS的輸出頻譜,一個較大的缺點是:輸出雜散較大。針對這一缺點本文使用了兩個方法加以解決。首先是壓縮ROM查找表,

    標簽: 頻率合成技術 現代電子 導航 通信

    上傳時間: 2017-09-28

    上傳用戶:大三三

  • OFDM仿真及實現

    OFDM(Orthogonal Frequency Division Multiplexing)即正交頻分復用技術,實際上OFDM是多載波調制的一種。其主要思想是:將信道分成若干正交子信道,將高速數據信號轉換成并行的低速子數據流,調制到在每個子信道上進行傳輸。正交信號可以通過在接收端采用相關技術來分開,這樣可以減少子信道之間的相互干擾 ICI 。每個子信道上的信號帶寬小于信道的相關帶寬,因此每個子信道上的可以看成平坦性衰落,從而可以消除符號間干擾。而且由于每個子信道的帶寬僅僅是原信道帶寬的一小部分,信道均衡變得相對容易。

    標簽: OFDM

    上傳時間: 2015-02-17

    上傳用戶:hongyun288

  • ATMEGA16 控制PWM電機轉動

    FILE NAME: dc_motor.c CHIP TYPE: ATMEGA16 CLOCK FREQUENCY: 8MHZ IDE: VSMStudio COMPILER: AVR-GCC

    標簽: PWM

    上傳時間: 2015-03-01

    上傳用戶:abilibili

  • 多普勒頻移

    有多徑信道、多普勒頻移,瑞利、RICE(萊斯)信道等仿真,QPSK調制和解調等,交織編碼。程序經過本人測試,絕對可用,并附上本人測試說明和仿真圖像結果-I collected information on 2, how-path channel, Doppler frequency shift, Rayleigh, RICE (Rice) channel, such as simulation, QPSK modulation and demodulation, etc., Interleaved Coded. After I tested the procedure is absolutely available, along with my test images and simulation results indicate.

    標簽: 移動通信 多普勒頻移

    上傳時間: 2015-06-16

    上傳用戶:whtiger

  • distmesh

    matlab有限元網格劃分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.

    標簽: matlab有限元網格劃分程序

    上傳時間: 2015-08-12

    上傳用戶:凜風拂衣袖

  • Adaptive Soft Frequency Reuse

    自適應軟頻率復用技術在長期演進中上行上的應用,主要是如何解決小區邊緣干擾問題。對小區邊緣干擾提出了自適應軟頻率復用算法

    標簽: Interference Inter-cell Frequency Adaptive Reuse Soft for

    上傳時間: 2016-05-09

    上傳用戶:cococo

主站蜘蛛池模板: 义乌市| 安溪县| 碌曲县| 东安县| 平武县| 莲花县| 德保县| 额尔古纳市| 大同市| 柯坪县| 德令哈市| 云梦县| 密山市| 元阳县| 祥云县| 金沙县| 夏津县| 曲沃县| 巴楚县| 夏邑县| 克东县| 陕西省| 乳源| 水城县| 鸡东县| 静安区| 霍城县| 个旧市| 英超| 东乌珠穆沁旗| 高尔夫| 滦南县| 简阳市| 凤庆县| 城步| 望谟县| 鸡东县| 石嘴山市| 崇信县| 洞口县| 苗栗县|