CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mu

搜索资源列表

  1. 2

    0下载:
  2. 提出了正交频分复用(O FDM ) 系统中一种新的载波频偏估计算法L 载波频偏估计过程可分 为获取和跟踪, 其中, 获取过程和时间同步是同时完成的L新算法可实现的最大载波频偏获取范围 是整个信号带宽的一半L新的跟踪算法是一个最大似然算法, 在加性白噪声高斯信道(AW GN ) 下, 当N (训练序列长度的一半) 等于128 时, 其性能比Schm idl 算法提高约7127 dB 在多经信道下, 当 信噪比不是很高时, 新算法仍具有优势L-new carrier f requen
  3. 所属分类:Applications

    • 发布日期:2017-04-16
    • 文件大小:187082
    • 提供者:卫海宁
  1. 3

    0下载:
  2. 在分析现有算法的基础上, 提出了一种新的算法, 并对其进行了仿真Z仿真结果表明, 无论是 在多径信道还是在AW GN 信道, 该算法的定时估计和频率偏移估计的均方差都要优于最大似然 算法和“集相关”算法Z-O FDM is sen sit ive to t im ing recovery and f requency offset est imat ion, cu rren t non2data2aided est imat ion methods don’t wo rk w ell
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:258965
    • 提供者:卫海宁
  1. uCOS-II_ATmega128

    0下载:
  2. 本文详细介绍了把μC/OS-Ⅱ移植到ATMEL公司的8位微控制器ATmega128上的全过程。所谓移植,就是使一个实时内核能在某个微处理器或微控制器上运行。在移植之前,希望读者能熟悉所用微处理器和C编译器的特点。-This paper introduces the mu C/OS- Ⅱ ATMEL company to 8-bit microcontrollers ATmega128 on process. Alleged graft, is to make a real-time kernel
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:302844
    • 提供者:Colonel
  1. asdfasdf3254

    1下载:
  2. 这是嵌入式应用程序设计,华清远见嵌入式学院,作者穆煜,这本书的源代码。-This is the embedded application design, China Qingyuan see embedded College of Mu Yu, the book' s source code.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:65616
    • 提供者:张肖
  1. lms

    0下载:
  2. LMS算法的仿真程序,对比mu不同时的收敛速率-LMS algorithm simulation program, while comparing the convergence rate is not mu
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:878
    • 提供者:甘小小
  1. ale

    1下载:
  2. 提供自适应线谱增强函数。结合LMS算法和自适应滤波来实现线谱增强。实现受白噪声 (mu,sigma)污染的单频信号(frequency f)的增强。-function to perform adaptive line enhancement using LMS algorithm and an adaptive FIR filter。 ALE concept enhances a single tone signal (frequency f) affected by white noise (
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2690
    • 提供者:
  1. ES

    0下载:
  2. they are matlab code for evolutionary strategy (ES), (ES(1+1), ES(1,1),ES(mu,lambda),ES(mu+lambda), I hope they are useful for you
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4921
    • 提供者:marzieh
  1. m-u110ii

    0下载:
  2. EPSON微型打印机头MU 110 II的数据手册,详细描述了打印机的控制时序和硬件电原理图的推荐设计-EPSON printer head micro-data sheet, a detailed descr iption of the printer to control the timing and hardware design electrical schematic diagram of the recommended
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1208371
    • 提供者:lxx
  1. xcz

    0下载:
  2. 随着我国互联网的更加普及和网上书店的日趋成熟,会有越来越大的消费群体,市场潜力会得到充分发挥。对网上书店不合时宜的苛求,不仅无助于问题的解决,而且会耽误商机,使自己处于被动地位。临渊慕鱼,不如退而结网。-With the more popular Chinese Internet and online bookstores matures, there will be a growing group of consumers, the market potential will be given
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1359
    • 提供者:小虫子
  1. LMS_Algo

    0下载:
  2. 功能描述:用matlab语言实现LMS自适应算法 函数名:LMS_Algo 输入参数: (1)M:滤波器的阶数 (2)N:LMS算法迭代的次数 (3)mu:自适应参数 (4)xn:LMS算法的输入序列 输出参数: (1)系数矢量A -Function Descr iption: The LMS adaptive algorithm matlab language function name: LMS_Algo Input para
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:706
    • 提供者:赵明诚
  1. LMS_RLS_sim

    0下载:
  2. 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性 文件名:LMS_RLS_sim.m 测试用例: x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声 文件输出:系数a1的值 调用函数:function [A] = LMS_Algo(M,N,mu,xn) 被调用:无 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:935
    • 提供者:赵明诚
  1. wccc

    0下载:
  2. (1)已知甲数的35 是36,甲数是( )。已知乙数的47 是12,乙数是( )。   (2)40分钟是1小时的( ),1小时的35 是( )分钟。 (3)铅笔的单价是钢笔的920 ,把( )看作单位“1”。 二、根据算式补充条件   (1)停车场有24辆大汽车,( ),有多少辆小汽车?     24÷23   (2)停车场有24辆大汽车,( ),有多少辆小汽车?     24×23   (3)停车场有24辆小汽车,( ),有多少辆大汽车?     24×
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4027
    • 提供者:wanchao
  1. EigenvalueComplexMatrices

    1下载:
  2. 两篇关于求复矩阵特征值与特征向量的文献.信号处理的很多领域都需要对矩阵的特征值和特征矢量精确求解,利用它们的结果进行下一步处理。比如,阵列信号处理中MU SIC算法,就是利用噪声子空间特征矢量特性进行估计的方法。-some papers about solving Eigenvalue of a complex matrix.Several kinds of classic algorithms for solving eigenvalues and eigenvectors of the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:185822
    • 提供者:Thales
  1. ScreenTransfer

    0下载:
  2. 在VS2008下,抓取屏幕,将图像压缩,传输……可同时向多个客户端发送-zai VS2008 xia zhua qu ming mu tu xiang bing ya suo chuan shu ,ke tong shi xiang duo ge ke hu duan fa song tu xiang
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:388496
    • 提供者:songwm
  1. 11

    0下载:
  2. 带扩展的奇迹MU服务GS端-NO
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1990293
    • 提供者:11
  1. satish

    0下载:
  2. Avetis Ioannisyan avetis@60ateight.com Last Updated: 11/30/05 LMS Channel Adaptation reset randomizers randn( state ,sum(100*clock)) rand( state ,sum(100*clock)) numPoints = 5000 numTaps = 10 channel order Mu = 0
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:788
    • 提供者:josh
  1. T-REC-G.711-200911-I!Amd2!SOFT-ZST-E

    0下载:
  2. G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式,A-law以及Mu-law。-G.711 defines two main compression algorithms, the µ -law algorithm (used in North America & Japan) and A-law algorithm (used in Europe and the rest of the world). Both are logarith
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-22
    • 文件大小:915644
    • 提供者:coco
  1. MM

    0下载:
  2. MMWeb - A sample website in PHP for MU
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-14
    • 文件大小:3226188
    • 提供者:vanderHobus
  1. shizilianbiao

    0下载:
  2. typedef struct OLNode { int i,j ElemType e struct OLNode *right,*down } OLNode, *OLink typedef struct { OLink *rhead,*chead int mu,nu,tu } CrossList 十字链表法,求解稀疏矩阵运算,程序容易看懂。不过没有乘法-typedef struct OLNode { int i,j E
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6950
    • 提供者:zzc
  1. main

    0下载:
  2. [sigma,mu,A]=mygaussfit(x,y) [sigma,mu,A]=mygaussfit(x,y,h) this function is doing fit to the function y=A * exp( -(x-mu)^2 / (2*sigma^2) )
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1750
    • 提供者:KK
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 31 »
搜珍网 www.dssz.com