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

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

frequency-domain

  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    標簽: ptfsf following the contains

    上傳時間: 2013-11-28

    上傳用戶:風之驕子

  • 值轉人民幣大寫C++源代碼

    值轉人民幣大寫C++源代碼,public domain免費軟件,和一般的轉換程序比已充分考慮到各種情況和習慣讀法。此代碼針對C++ Builder平臺編寫并調試通過,但已仔細設計以便于需要時移植到其它平臺。

    標簽: 源代碼

    上傳時間: 2014-02-20

    上傳用戶:zhangyigenius

  • Random Number Generators(隨機數生成)包括gaussian random number generator、uniform random number generator、lo

    Random Number Generators(隨機數生成)包括gaussian random number generator、uniform random number generator、low-frequency hold generator、1/f noise generator等5種隨機信號生成的c源代碼

    標簽: generator random number Generators

    上傳時間: 2014-12-07

    上傳用戶:edisonfather

  • 頻率調制

    頻率調制,It is a diffrent matlab code for frequency modulation.

    標簽: 頻率 調制

    上傳時間: 2015-05-30

    上傳用戶:wanqunsheng

  • Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensione

    Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If iamp=0: The Amplitude Res. amp(k)=abs(h(k)) If iamp=1: The Amplitude Res. amp(k)=20.*alog10(abs(h(k))). output parameters: amp :n dimensioned real array. the amplitude-frequency response is stored in amp(0) to amp(n-1). Note: this program will generate a data file "filename.dat" . in chapter 2

    標簽: dimensione parameters amplitude response

    上傳時間: 2013-12-19

    上傳用戶:xfbs821

  • Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo

    Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \ ________|/ % | | | s2 |/ y(:,2) % \____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (time or Speed) % y y-axis coordinate vector (frequency [Hz])

    標簽: experience elliptical decompose important

    上傳時間: 2015-06-23

    上傳用戶:372825274

  • his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Mak

    his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!! To build the code, just install WinAVR and run "make" from the console in echomaster and echoslave subdirs. "make program" will program the device if you have a AVRISP attached. Remember to set the AVR device to at least 8MHz. The AVR may use the programmable clock from MC1319x, just remember to check if the MC1319x and SPI communication is working FIRST! Otherwise you wont get any clock signal to the AVR and then you can t program it or reset the fuses! The MC1319x has default clock output of 32kHz so you will have to set your programmer to a very low frequency (<=32kHz/4) to be able to program it while it is running on that!

    標簽: the 20060125 project WinAVR

    上傳時間: 2014-10-10

    上傳用戶:yan2267246

  • Microsoft Press books are available through booksellers and distributors worldwide. For further info

    Microsoft Press books are available through booksellers and distributors worldwide. For further information about international editions, contact your local Microsoft Corporation office or contact Microsoft Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to mspinput@microsoft.com. Microsoft, Microsoft Press, Visual Basic, Visual Studio, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.

    標簽: distributors booksellers Microsoft available

    上傳時間: 2013-12-27

    上傳用戶:wuyuying

  • 關于FPGA流水線設計的論文 This work investigates the use of very deep pipelines for implementing circuits in

    關于FPGA流水線設計的論文 This work investigates the use of very deep pipelines for implementing circuits in FPGAs, where each pipeline stage is limited to a single FPGA logic element (LE). The architecture and VHDL design of a parameterized integer array multiplier is presented and also an IEEE 754 compliant 32-bit floating-point multiplier. We show how to write VHDL cells that implement such approach, and how the array multiplier architecture was adapted. Synthesis and simulation were performed for Altera Apex20KE devices, although the VHDL code should be portable to other devices. For this family, a 16 bit integer multiplier achieves a frequency of 266MHz, while the floating point unit reaches 235MHz, performing 235 MFLOPS in an FPGA. Additional cells are inserted to synchronize data, what imposes significant area penalties. This and other considerations to apply the technique in real designs are also addressed.

    標簽: investigates implementing pipelines circuits

    上傳時間: 2015-07-26

    上傳用戶:CHINA526

  • describes the most common terms used in radarsystems, such as range, range resolution, Doppler frequ

    describes the most common terms used in radarsystems, such as range, range resolution, Doppler frequency, and coherency. The second part of this chapter develops the radar range equation in many of its forms. This presentation includes the low PRF, high PRF,search, bistatic radar, and radar equation with jamming.

    標簽: range radarsystems resolution describes

    上傳時間: 2015-08-05

    上傳用戶:宋桃子

主站蜘蛛池模板: 河曲县| 淳化县| 通榆县| 上杭县| 江川县| 剑川县| 广丰县| 贵德县| 大港区| 布拖县| 平利县| 龙口市| 平遥县| 榆社县| 龙泉市| 黑山县| 吉木乃县| 兴义市| 新兴县| 酉阳| 徐闻县| 合作市| 衡阳县| 湾仔区| 奇台县| 东乌| 武平县| 呼和浩特市| 苗栗市| 从化市| 三明市| 土默特左旗| 大港区| 宜昌市| 瓮安县| 鹰潭市| 汉川市| 高要市| 北海市| 西峡县| 岳普湖县|