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

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

Generate

  • 無線仿真Matlab代碼

    無線仿真Matlab代碼,Matlab scripts to Generate input trace files. Changed in January 2005

    標簽: Matlab 無線 仿真 代碼

    上傳時間: 2015-04-13

    上傳用戶:wkchong

  • The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ wo

    The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ workspace. You can compile and link your driver in IDE. If you have SoftICE, it can Generate .nms file.

    標簽: create C. framework program

    上傳時間: 2013-12-03

    上傳用戶:silenthink

  • This example program shows how to configure and use the A/D Converter of the following microcontroll

    This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that Generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.

    標簽: microcontroll Converter configure following

    上傳時間: 2014-12-01

    上傳用戶:獨孤求源

  • 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

    上傳用戶:風之驕子

  • his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Repor

    his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...) 3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in each of the 100 multipath realizations. 4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be loaded directly into Matlab (TM). 5. *.m files are the Matlab (TM) files used to Generate the various channel realizations.

    標簽: a-Channel-Modeling-Subcommittee-R following contains folder

    上傳時間: 2013-12-21

    上傳用戶:hxy200501

  • This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr

    This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to Generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendrickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "chaco/README" tells how to install the interface to Chaco. It also contains a Matlab interface to Karypis et al. s Metis partitioning package, using Robert Bridson s "metismex" code.

    標簽: partitioning including contains toolbox

    上傳時間: 2015-05-25

    上傳用戶:tzl1975

  • 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

  • 基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB mode

    基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is loaded. uwb_settings: Sets up structure containing system parameters ( uwb in workspace). uwb_imr.m: Initializes UWB channel impulse response. uwb_sv_*.m: Four M-files used to Generate channel impulse responses (MAT files).

    標簽: mdl UWB uwb simulink

    上傳時間: 2013-12-22

    上傳用戶:gengxiaochao

  • 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

  • 8點基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Se

    8點基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to Generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins.

    標簽: FFT Transform Fourier execute

    上傳時間: 2013-12-18

    上傳用戶:Yukiseop

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一区二区三区观看 | 国产欧美日本在线| 国内外成人免费激情在线视频网站| 欧美日韩另类字幕中文| 亚洲成人在线观看视频| 欧美影院一区| 欧美午夜精品一区| 日韩视频中文字幕| 免费观看在线综合色| 国内精品视频在线播放| 亚洲欧美日本国产专区一区| 欧美日本在线| 亚洲图片欧美午夜| 国产精品久久久久久久久久尿 | 国产精品视频不卡| 亚洲欧美www| 国产精品青草久久久久福利99| 亚洲无线视频| 国产日韩精品在线播放| 麻豆成人在线播放| 国产综合第一页| 免费成人在线视频网站| 亚洲经典三级| 国产精品免费视频xxxx| 久久久久久久成人| 亚洲日本免费电影| 国产伦精品一区二区| 久久夜色精品国产欧美乱| 亚洲精品免费电影| 国产精品成人观看视频国产奇米| 亚洲欧美99| 9色精品在线| 亚洲成人在线网站| 国产精品视频网址| 欧美大片在线观看一区| 亚洲性线免费观看视频成熟| 国产亚洲精品一区二区| 久久这里只有| 一区二区不卡在线视频 午夜欧美不卡在| 亚洲欧美国产精品桃花| 国产麻豆视频精品| 亚洲国产精品热久久| 欧美日韩不卡在线| 久久一二三国产| 在线免费观看日本欧美| 国产精品豆花视频| 欧美国产日韩一区二区在线观看| 亚洲欧美日韩第一区| 一区二区三区中文在线观看| 欧美午夜片欧美片在线观看| 久久成人免费网| 久久青草欧美一区二区三区| 日韩午夜激情| 国产亚洲一级高清| 国产片一区二区| 国产精品永久入口久久久| 欧美精品久久久久久| 欧美成人高清| 欧美国产日韩精品| 欧美日韩国产成人精品| 欧美久久久久久久久| 欧美日韩在线亚洲一区蜜芽| 欧美 日韩 国产一区二区在线视频| 久久成人在线| 久久婷婷一区| 欧美极品一区| 国产精品一区二区三区免费观看| 欧美亚男人的天堂| 国产午夜精品久久| 在线欧美亚洲| 中国成人黄色视屏| 欧美一区日韩一区| 欧美福利视频一区| 欧美日韩精品在线视频| 国产精品一区免费在线观看| 伊人久久大香线| 日韩一区二区精品葵司在线| 一区二区日本视频| 久久久国产午夜精品| 欧美日韩精品一区| 国产在线欧美日韩| 亚洲精品五月天| 久久av最新网址| 欧美在线3区| 欧美午夜精品久久久久免费视| 国产一区二区三区久久悠悠色av| 亚洲精品少妇| 久久一区免费| 国产在线不卡| 亚洲一区二区三区乱码aⅴ蜜桃女| 欧美ed2k| 在线播放不卡| 久久成人精品视频| 国产精品xxxxx| 最新国产成人av网站网址麻豆| 欧美日韩一级黄| 亚洲美女福利视频网站| 久久亚洲一区二区| 在线观看日韩av| 蜜桃av一区| 在线观看视频一区二区| 久久久久九九九| 在线看国产一区| 欧美jizzhd精品欧美巨大免费| 加勒比av一区二区| 欧美亚洲在线观看| 国产一区二区欧美日韩| 久久野战av| 亚洲人成绝费网站色www| 欧美成人午夜激情视频| 亚洲美女在线国产| 欧美午夜一区二区三区免费大片 | 久久久蜜桃一区二区人| 国产欧美日韩另类一区| 欧美亚洲自偷自偷| 亚洲国产高清aⅴ视频| 欧美成人午夜视频| 亚洲视频免费| 国产精品二区三区四区| 一本久道久久综合婷婷鲸鱼| 国产精品性做久久久久久| 欧美视频免费| 久久精品99国产精品酒店日本| 亚洲电影专区| 国产午夜精品一区理论片飘花 | 亚洲国产精品视频一区| 欧美精品在线极品| 午夜久久美女| 亚洲精品欧美| 欧美午夜不卡视频| 欧美凹凸一区二区三区视频| 欧美久久久久久久久| 久久久免费av| 欧美在线三区| 在线中文字幕日韩| 91久久精品国产91性色tv| 欧美午夜a级限制福利片| 免费看精品久久片| 亚洲视频一二区| 日韩亚洲欧美成人| 在线不卡视频| 国产一区二区三区在线观看精品 | 国内外成人在线视频| 国产色综合久久| 国产精品久久精品日日| 国产精品大片| 国产精品―色哟哟| 欧美精品观看| 欧美大片第1页| 欧美日韩久久| 欧美视频导航| 欧美日韩中文精品| 国产精品国产亚洲精品看不卡15| 欧美日韩午夜视频在线观看| 久久九九99| 欧美精品久久久久久久免费观看| 亚洲精品影院在线观看| 亚洲高清视频一区二区| 亚洲一区3d动漫同人无遮挡| 欧美在线一二三四区| 欧美成人午夜影院| 国产伦一区二区三区色一情| 亚洲第一区在线| 欧美一区二区视频观看视频| 欧美精品videossex性护士| 欧美天天视频| 亚洲第一偷拍| 午夜精品999| 国产精品欧美经典| 99国产精品国产精品久久| 欧美在线免费观看视频| 国产精品国产成人国产三级| 亚洲福利视频网站| 欧美亚洲网站| 国产精品丝袜91| 欧美一级免费视频| 国产精品一二三四| 亚洲伊人观看| 国产精品劲爆视频| 亚洲欧美怡红院| 国产日韩综合| 久久天堂国产精品| 最新热久久免费视频| 欧美日本一道本| 国产欧美欧洲在线观看| 亚洲自拍16p| 国内精品久久久久伊人av| 久久精品99国产精品| 黑丝一区二区三区| 欧美精品91| 亚洲欧美国产精品va在线观看| 国产精品青草综合久久久久99| 亚洲欧美另类国产| 尤物yw午夜国产精品视频明星| 免费一级欧美片在线播放| 香蕉乱码成人久久天堂爱免费| 欧美在线看片a免费观看| 欧美在线视频一区| 欧美视频导航| 亚洲第一级黄色片|