Welcome![Sign In][Sign Up]
Location:
Search - gt power

Search list

[Other resourceFractalDim

Description: 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)), -box dimension MATLAB program. % Under the box dimension of the principle of preparing for a peacekeeping curve fractal dimension of Matlab procedures function FractalDim D = (y, cellmax)% for the importation of one-dimensional signal box fractal dimension% y Victoria is a signal llmax : square of the largest side length, the two can take several dual Power (1, 2,4,8 ...), data from more than even the length of the% D y is the box dimension (Dgt under normal circumstances; = 1), D = lim (log (N (e)) / log (k / e)) ,
Platform: | Size: 1341 | Author: 成龙 | Hits:

[Other resourceLgsp2410UBoot

Description: NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2002:purnnamu: - Selecting menu is available in the waiting loop. So, isDownloadReady flag gets not needed - UART ch.1 can be selected for the console. Aug.20.2002:purnnamu: revision number change 0.2 -> R1.1 Sep.03.2002:purnnamu: To remove the power noise in the USB signal, the unused CLKOUT0,1 is disabled.
Platform: | Size: 641306 | Author: 高东升 | Hits:

[Windows DevelopiSIGHT_GT-Power_Coupling

Description: Using 4 cylinder GT-Power model and iSIGHT, perform multi-variable, constrained,design exploration of brake torque. !Use EngCylCombSITurb model in GT-Power with knock and NOx prediction !Determine which of the independent parameters are the most important !Evaluate design/quality interdigitation !! DOE !!!
Platform: | Size: 591470 | Author: donotspam | Hits:

[matlabFractalDim

Description: 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)), -box dimension MATLAB program. % Under the box dimension of the principle of preparing for a peacekeeping curve fractal dimension of Matlab procedures function FractalDim D = (y, cellmax)% for the importation of one-dimensional signal box fractal dimension% y Victoria is a signal llmax : square of the largest side length, the two can take several dual Power (1, 2,4,8 ...), data from more than even the length of the% D y is the box dimension (Dgt under normal circumstances; = 1), D = lim (log (N (e))/log (k/e)) ,
Platform: | Size: 1024 | Author: 成龙 | Hits:

[Otherkgwydyylsjyyydl

Description: < 开关稳压电源-原理,设计与应用电路>>这本书对开关电源设计很有帮助-<Switching Power Supply- Principle, Design and application circuit>> This book is very helpful to the switching power supply design
Platform: | Size: 6404096 | Author: 郭广岩 | Hits:

[Windows DevelopiSIGHT_GT-Power_Coupling

Description: Using 4 cylinder GT-Power model and iSIGHT, perform multi-variable, constrained,design exploration of brake torque. !Use EngCylCombSITurb model in GT-Power with knock and NOx prediction !Determine which of the independent parameters are the most important !Evaluate design/quality interdigitation !! DOE !!!
Platform: | Size: 590848 | Author: donotspam | Hits:

[matlabGT

Description: 利用博弈论进行功率控制分析,利用迭代实现纳什均衡-Use game theory to power control analysis, the use of iteration to achieve Nash equilibrium
Platform: | Size: 1024 | Author: game theroy | Hits:

[Compress-Decompress algrithmshuffman

Description: Huffman编码问题一类广泛存在于文件、音频等数据压缩问题中。如根据Huffman编码的原理,实现对文本进行压缩与解压的功能。因此掌握好Huffman编码的技术可以再社会生活中起到很重要的作用。-HuffmanNode* CreateHuffmanTree(int n, char datas[], int powers[]) { HuffmanNode head head.next = NULL //初始化森林 for (int i = 0 i < n i++) { HuffmanNode*pNode = new HuffmanNode pNode->data = datas[i] pNode->power = powers[i] pNode->lchild = pNode->rchild = pNode->next = NULL AddNode(&head, pNode) }
Platform: | Size: 2048 | Author: franck | Hits:

[Books7336_PDF_C18

Description: power electronics book> > -power electronics book> > >
Platform: | Size: 240640 | Author: gada.s | Hits:

[AlgorithmScrosspectrum

Description: Subroutine for continuous cross spectrum analysis of two one-dimensional series x(i) and y(i) (i=1,...,n). Input parameters and arrays: n,m, x(n), y(n), n: number of data m: biggest lag time length. Generally, m is between n/3 and n/10. x(n),y(n): raw series Output variables: ol(0:m): frequency array tl(0:m): periodic array px(0:m): power spectrum of x(n) py(0:m): power spectrum of y(n) pxy(0:m): co-spectrum between x and y qxy(0:m): quad-spectrum between x and y rxy(0:m): coherence spectrum between x and y (it is between 0 and 1) cxy(0:m): phase difference spectrum between x and y If cxy(i)>0, then x trails y for the wave i, i.e. y leads x. lxy(0:m): lag length spectrum between x and y rxy951(0:m): 95 F-test confidence upper limit for coherence spectrum rxy rxy952(0:m): 95 Goodman-test confidence upper limit for coherence spectrum rxy - By Dr. Li Jianping, September 6, 2001.
Platform: | Size: 4096 | Author: Diana | Hits:

[assembly language2-n-power

Description: 汇编 求2的n次方 include irvine32.inc IsZero proto ,address: ptr dword ,kind:dword 判断正数还是负数还是0 Negation proto ,address: ptr dword ,kind:dword 求相反数 .data str1 byte "请输入16进制的96位整数的低32位(8个):",0 str2 byte "请输入16进制的96位整数的中32位(8个):",0 str3 byte "请输入16进制的96位整数的高32位(8个):",0 str4 byte "请输入所乘的2的n次方的n值(n>=0):",0 str5 byte "所输入的整数最多乘的2的n,n=",0 i dword 0 记录输入的是正数还是负数 k dword 0 0:0 1:正数 2:负数 j dword 4 记录实际输入的整数位数 ff dword 4 dup(0) m dword ?-2 n-th power include irvine32.inc IsZero proto address: ptr dword assembly seeking kind: dword determine the positive or negative or 0 Negation proto address: ptr dword kind: dword seeking the opposite number of data str1 byte " Please enter the hexadecimal 96-bit integer low 32 (8): " , 0 str2 byte" Please enter the hexadecimal 96-bit integer, 32 (8): 0 str3 byte input hexadecimal 96-bit integer 32 (8): " , 0 str4 byte" Please enter the 2 n multiplied the value of n (n> = 0): 0 str5 byte input multiply an integer of up to 2 n, n = 0 i DWORD 0 recording the input is positive or negative k DWORD 0 0:0 1: positive: negative j DWORD 4 recording of actual input integer digits ff dword 4 dup (0) m dword?
Platform: | Size: 2048 | Author: 念迹 | Hits:

[Software Engineeringpower-design

Description: < 开关电源设计>> TI高级应用经理兼科技委员会的资深委员Robert Kollman编写-Switching Power Supply Design
Platform: | Size: 2319360 | Author: lty | Hits:

[matlabGT

Description: 基于博弈论的信道选择与功率控制仿真,在20次迭代后达到纳什均衡-Channel selection and power control simulation based on game theory, after 20 iterations to reach the Nash equilibrium
Platform: | Size: 1024 | Author: lqin | Hits:

[Linux-Unixphy-am335x

Description: Enable phy wakeup only if dev->power.can_wakeup is true. Make sure to enable wakeup to support remote wakeup in standby mode.
Platform: | Size: 1024 | Author: honkpdo | Hits:

[Technology ManagementGT-POWER

Description: 这是一个关于动力机械部件模型建立的一个开发软件教程,可以很好的帮助学习-A model on dynamic mechanical parts
Platform: | Size: 1526784 | Author: wuheng | Hits:

[LabViewFFT-and-Power-Spectrum-Units

Description: 基于FFT的测量推导单位以及labview的FFT模拟,. 在频谱单位表中,单击任意函数行的单位(直流)列或单位(频率> 0)列,验证频谱曲线组件与表格内公式的一致性。-FFT-based measurement units, and FFT simulations for labviews. In the Spectrum Units table, click the Units (DC) column or Units (frequency> 0) column of any function line to verify the consistency of the spectral curve components with the formulas in the table
Platform: | Size: 30720 | Author: 郑景仁 | Hits:

[OtherAiroha.AB1500_FamilyMPTool_20141104_3.5.5.0

Description: 温度范围 -40篊 to +80篊 无线传输范围 >10 米 传输功率 支持 CLASS2 灵敏度 -80dBm 频率范围 2.402GHz-2.480GHz 对外接口 PIO, UART 音频性能 单声道 音频信噪比 ≥75dB 失真度 ≤0.1% 模块尺寸 29.0X15.0X2.00mm(1 NC NC NC 2 AOHPM Audio Headphone common mode output/sense input. 3 AOHPL Audio L-channel analog headphone output 4 PVDD Power Supply voltage of audio amplifier 5 HPON class-D Negative BTL output of audio amplifier 6 HPOP class-D Positive BTL output of audio amplifier 7 MIC_N1 Audio MIC 1 mono differential analog negative input 8 MIC_P1 Audio MIC 1 mono differential analog positive input 9 MIC_BIAS Power Electric microphone biasing voltage 10 NC NC NC 11 AIL Audio L-channel single-ended analog inputs 12 RST Digital System Reset Pin 13 PO1 Digital GPIO, default pull-high input FWD key 14 P04 Digital GPIO, default pull-high input. MUTE I/O or NFC detection pin 15 GND Power Ground)
Platform: | Size: 3519488 | Author: rainbow1888 | Hits:

[assembly languageMaster_16_Len_A8+GT

Description: 风机控制程序,大家可以看一看是否在工作中有需要的啊(Wind power generator control program, you can see if it is needed in the work.)
Platform: | Size: 91136 | Author: 我的最爱 | Hits:

[Applicationsbalance

Description: 发动机开发软件GT-Power中的一个案例,求解曲轴振动情况,可据此设计平衡轴(A case in the engine development software GT-Power to solve the crankshaft vibration, and the balance axis can be designed accordingly.)
Platform: | Size: 13312 | Author: 李一水 | Hits:

[OtherGT-Power学习手册

Description: GT-power中文手册以及GT-power培训教程(GT-power Chinese handbook)
Platform: | Size: 10719232 | Author: for-sk | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net