Welcome![Sign In][Sign Up]
Location:
Search - h1

Search list

[OtherCHANNEL

Description: 假设信号产生和传输信道模型为: 而抽头维纳滤波器为: 假设 的方差为0.27, 的方差为0.1,均值都为零。并且: , 并假设权向量初始值为 ,分别使用步长0.015、0.025和0.05进行 LMS算法仿真。 分析:d(n)是子系统H1受到v1(n)激励产生的信号,而H2与加性噪声构成了加性噪声传输信道。将u(n)作为维纳滤波器的输入,且滤波器的期望响应为d(n)。问题就是如何求出滤波器的权系数使得估计误差e(n)在MMSE意义下最小。 -Estimated channel signal transmission
Platform: | Size: 3072 | Author: 蔡蓉 | Hits:

[Otherhtml

Description: HTML Headings HTML headings are defined with the <h1> to <h6> tags. Example <h1>This a heading</h1> <h2>This is a heading</h2> <h3>This is a heading</h3> -HTML Headings HTML headings are defined with the <h1> to <h6> tags. Example <h1>This is a heading</h1> <h2>This is a heading</h2> <h3>This is a heading</h3>
Platform: | Size: 11264 | Author: java | Hits:

[OtherOne-yuan-polynomial-multiplication

Description: 题目说明:   要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入:   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出:   以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,   零多项式的输出格式为:<0,0>, -Topic Description: requires a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NODE* h3). Input: Input data for the two lines represent two one yuan polynomial. Each one yuan polynomial exponentially increasing order input polynomial coefficients (integer), index (integer). For example: 1+2x+x2 expressed as: < 1,0> , < 2,1> , < 1,2> , output: output exponentially increasing order product: < coefficient index> , < coefficient index> , < coefficient index > zero polynomial output format: < 0,0> ,
Platform: | Size: 1024 | Author: 杨旭光 | Hits:

[Data structsmultiplication

Description: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。-Require the use of a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NODE* h3).
Platform: | Size: 1024 | Author: qiang22 | Hits:

[Windows Developsethotkey

Description: VB设置快捷键的例子,自定义打开某程序的快捷键,这只是一个示例,演示原理和具体的代码实现:   Dim bCancel As Boolean 用于判断是否退出程序   Public Sub RegFastKey() 注册快捷键    Dim ret As Long    bCancel = False    ret = RegisterHotKey(hwnd, &HBFFF&, MOD_CONTROL, vbKeyF)    ProcessMessages   End Sub   Public Sub UnRegFastKey()    bCancel = True    UnregisterHotKey hwnd, &HBFFF&   End Sub   Private Sub ProcessMessages() 监听快捷键消息    Dim Message As Msg    Do While Not bCancel    If PeekMessage(Message, hwnd, WM_HOTKEY, WM_HOTKEY, &H1) Then    MsgBox "快捷键"    End If    DoEvents    Loop   End Sub-VB to set an example of shortcuts, custom shortcuts to open a program, this is just an example that demonstrates the principles and specific code: Dim bCancel As Boolean used to determine whether to exit the program Public Sub RegFastKey () registration shortcuts Dim ret As Long bCancel = False ret = RegisterHotKey (hwnd, & HBFFF &, MOD_CONTROL, vbKeyF) ProcessMessages End Sub Public Sub UnRegFastKey () bCancel = True UnregisterHotKey hwnd, & HBFFF & End Sub Private Sub ProcessMessages () listen shortcuts message Dim Message As Msg Do While Not bCancel If PeekMessage (Message, hwnd, WM_HOTKEY, WM_HOTKEY, & H1) Then MsgBox "shortcut" End If DoEvents Loop End Sub
Platform: | Size: 2048 | Author: jpudn15 | Hits:

[Embeded-SCM DevelopH1

Description: 最简单的51系统控制小灯亮灭的控制源代码-The simplest control system 51 the control of small lights eliminate the source code
Platform: | Size: 1024 | Author: questionab | Hits:

[Otherh1

Description: OpenSees关于钢筋材料的定义所用的TCL语言,对初学者编程有一定的帮助-OpenSees definition of reinforcement material used in TCL language programming for beginners have some help
Platform: | Size: 1024 | Author: 王金成 | Hits:

[OtherF10x

Description: The F101 and F102 fieldbus power supplies are designed to provide power for a single Foundation™ fieldbus H1 segment. Galvanic isolation, power conditioning and segment termination are incorporated into each F101 or F102 module. Termination of the fieldbus segments is normally enabled with a switch on the module, but may be switched off for those few applications that do not require a Terminator at the Fieldbus Power Supply.-The F101 and F102 fieldbus power supplies are designed to provide power for a single Foundation™ fieldbus H1 segment. Galvanic isolation, power conditioning and segment termination are incorporated into each F101 or F102 module. Termination of the fieldbus segments is normally enabled with a switch on the module, but may be switched off for those few applications that do not require a Terminator at the Fieldbus Power Supply.
Platform: | Size: 345088 | Author: Addy | Hits:

[Other systemsabcds

Description: WAP to check whether a given system H1(z)and H2(z)in cascade is stable
Platform: | Size: 12288 | Author: pravat | Hits:

[Software Engineeringh1

Description: for the determination of the modal 1 state-space representation from a generic state-space reresentation
Platform: | Size: 1024 | Author: hamed | Hits:

[Game ProgramH1

Description: 一个五子棋算法,比较智能,单机版的人机对战-A Gobang algorithm to compare intelligent, stand-alone version of the man-machine war
Platform: | Size: 3072 | Author: signsa | Hits:

[Game ProgramNEE_ospf

Description: 工具:Dynamips, VPCS结点:R1: 10.0.0.0/8, 90.0.0.0/8R2: 20.0.0.0/8, 90.0.0.0/8R3: 30.0.0.0/8, 90.0.0.0/8H1: 10.0.0.2H2: 20.0.0.2H3: 30.0.0.2要求:R1,R2,R3之间直接用串口(serial) 相连,采用X.25封装。分配给串口的X.25地址不作限制。目的:使得H1,H2,H3可以在IP层互通-err
Platform: | Size: 1024 | Author: hinthe | Hits:

[OtherSuper-Trend-Signal-Arrows

Description: This very powerful MT4 indicator whit more than 70 percent success in trade entries. It works on all time frames but H1 is teh best for profitable trading. All you have to do is put the indicator on MT4 chart and it will show in real time buy or sell arrows. when red arrow appears you must start sell order and when green arrow appears - buy order.-This is very powerful MT4 indicator whit more than 70 percent success in trade entries. It works on all time frames but H1 is teh best for profitable trading. All you have to do is put the indicator on MT4 chart and it will show in real time buy or sell arrows. when red arrow appears you must start sell order and when green arrow appears - buy order.
Platform: | Size: 7168 | Author: Leon Vinchev | Hits:

[OtherSignal_1

Description: Signal 1 is an MT4 indicator which is created especially to catch the trend change. It works very well on H1 time period for all pairs in Forex market. Unzip and put it in your MT4 platform and it will work for your trading strategy and for better entries on market. For default setting green ball on chart is start of bull trend and orange ball is for bear trend.
Platform: | Size: 5120 | Author: Leon Vinchev | Hits:

[Dialog_Windowresults

Description: 这是一个为E马当先团队制作的物流信息查询结果的前端设计(实际系统中只要将h1,h2……中的代码换成dataset中的数据),使用的是html和css编写的。-This is a team for the production of E horse at the head of the front-end design of logistics information query results using html and css written.
Platform: | Size: 3072 | Author: YHL | Hits:

[Other systemsFIgH1H0

Description: Matlab code to uate H1 and H0 in CR-Matlab code to uate H1 and H0 in CR
Platform: | Size: 27648 | Author: djamel emp | Hits:

[OtherGET-MT4-DATA

Description: 本指标能实时导出MT的行情数据,供Advanced GET8使用,以下是注意事项: 1、只测试了GET8 2、本指标附加到行情图表后,能导出当前周期的数据保存到MTexpertsfiles目录里面,从M1,M15,,,一直到MN周期均可 3、将GET的数据目录指定到MTexpertsfiles,并且将日期格式设定为YYYY,MM,DD 4、至于股票数据,那更简单,启动通达信(或者以通达信为核心的股票软件,如中信证券的股票软件),选定股票,尽量缩小K线图,然后34回车,将数据导出到GET数据文件目录后,可直接用于GET,不用修改. 5、本指标纯粹用于学习交流,无商业目的. 以下为指标源代码 -#include <stdlib.mqh> #property indicator_chart_window extern string GET_PATH = C:\Program Files\GET8\TEXT\ int last_write_period=0 extern int MAX_ROWS = 300 extern string START_DATE = 2008-1-1 int init() { writelog() return (0) } int writelog() { int i, cnt, hlog, tm string s = Symbol() s = StringSubstr(s, 0, 1)+StringSubstr(s, 3, 1) string fname = s+ _ cnt = Period() if (cnt==PERIOD_M1) fname = fname+ M1.txt if (cnt==PERIOD_M5) fname = fname+ M5.txt if (cnt==PERIOD_M15) fname = fname+ M15.txt if (cnt==PERIOD_M30) fname = fname+ M30.txt if (cnt==PERIOD_H1) fname = fname+ H1.txt if (cnt==PERIOD_H4) fname = fname+ H4.txt if (cnt==PERIOD_D1) fname = fname+ D1.txt if (cnt==PERIOD_W1) fname = fname+ W1.txt if (cnt==PERIOD_MN1) fname = fname+ MN.txt cnt = CurTime()/(cnt*60) if (cnt!=last_write_period) { hlog = FileOpen(fname, FILE_CSV | FILE_WRITE, ) if (hlog<=0) { Pr
Platform: | Size: 1024 | Author: Huang wei | Hits:

[matlabCQMFB-design

Description: 设计一CQMFB,低通滤波器H0(z)来自一半带滤波器。该半带滤波器的长度为47,通带截至频率ωp = 0.42π,试给出H0 (z),H1(z),G0(z),G1(z)的幅频响应,单位抽样响应并画图。-Design a CQMFB, low-pass filter H0 (z) the half-band filter. The length of the half-band filter 47, the passband cutoff frequency ωp = 0.42π, try to give H0 (z), H1 (z), G0 (z), G1 (z) of the amplitude-frequency response, the unit sample response and Paint.
Platform: | Size: 2048 | Author: wangyaqi | Hits:

[assembly languageH1

Description: 运用相移延拓的方法有效地模拟地震波在介质中的传播路径。-Extension of the use of the phase shift method can effectively simulate seismic wave propagation path in the medium.
Platform: | Size: 4096 | Author: 粟亮 | Hits:

[Post-TeleCom sofeware systemsSequential_Detection

Description: 已知方差的高斯随机信号的序贯检测:给出了H0和H1假设下理论推导得到的序贯检测平均样本数的曲线,以及仿真得到的序贯检测平均样本数的曲线,理论结果和仿真结果较为吻合。-Sequential detection of known variance Gaussian random signals: H0 and H1 are given under the assumption that the theoretical derivation curve sequential detect the average number of samples obtained, and curve sequential simulation to detect the average number of samples obtained theoretical results and simulation The results are more consistent.
Platform: | Size: 1024 | Author: queen | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net