登录
首页 » matlab » kdemcode

kdemcode

于 2010-12-16 发布 文件大小:2KB
0 216
下载积分: 1 下载次数: 7

代码说明:

  Reliable and extremely fast kernel density estimator for one-dimensional data

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ray_chan_two
    这是一个频率选择性瑞利衰落信道的模型,程序建模为两径。(This is a frequency-selective Rayleigh fading channel model, the program is modeled as two tracks.)
    2021-04-05 21:09:03下载
    积分:1
  • fasticag
    说明:  fastICA 算法中关于分离的部分,是算法中比较重要的(fastICA)
    2010-04-29 11:38:22下载
    积分:1
  • CA_BP
    CA models simulation
    2014-02-08 16:33:41下载
    积分:1
  • split_step_fourier_method
    split step fourier method
    2009-04-20 23:39:17下载
    积分:1
  • DWT_basic-pursuit
    DWT transformation is used to describe the image compression
    2014-02-20 19:39:47下载
    积分:1
  • ex7
    说明:  用Matlab实现相关分析,并建立其系统界面;对给定的试验数据进行相关分析(Correlation analysis using Matlab implementation and the establishment of the system interface on a given test data correlation)
    2011-03-23 13:53:16下载
    积分:1
  • blind-source-separation-using-fast-ica-master
    说明:  利用盲源分离分离混合信号,此算法为FastICA,运行稳定(Separation of mixed signals by blind source separation algorithm)
    2020-11-02 14:46:33下载
    积分:1
  • 实验代码
    由于卫星与用户接收机二者的连线方向上存在相对运动,因此引起了载波和伪码的多普勒效应,再加上接收机晶体震荡频率漂移和卫星时钟频漂等原因。接收机实际接收到的卫星载波中心频率一般不再等于信号被发射时的标称频率,这就需要接收机在载波频率一维对信号进行搜索。同时,由于卫星到接收机的距离时刻变化,加上接收机始终相对于GPS时间的偏差又并不固定,因而接收信号的伪码相位值也在改变,所以接收机也要在码相位一维对信号进行搜索。扩频信号的捕获是一个对目标信号频率域和相位域进行的二维搜索过程。(Because of the relative motion between the two of the satellite and the user receiver, the Doppler effect of the carrier and pseudo-code is caused, and the frequency drift of the oscillation of the receiver crystal and the frequency drift of the satellite clock are added. The frequency of the satellite carrier center that the receiver actually receives is generally no longer equal to the nominal frequency of the signal being transmitted, which requires the receiver to search the signal in one dimension of the carrier frequency. At the same time, because the distance between the satellite to the receiver is changed, the deviation of the receiver always relative to the GPS time is not fixed, so the pseudo code phase value of the received signal is also changing, so the receiver also searches for the signal in the code phase. The acquisition of spread spectrum signal is a two-dimensional search process for the frequency domain and phase domain of the target signal)
    2018-06-27 08:59:05下载
    积分:1
  • matlab
    该文档主要讲述MATLAB在电力系统中的应用,MATLAB语言(The document mainly about MATLAB in Power System, MATLAB language)
    2010-07-03 16:24:39下载
    积分:1
  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载