登录
首页 » matlab » ESPRIT

ESPRIT

于 2013-01-03 发布 文件大小:3791KB
0 70
下载积分: 1 下载次数: 6

代码说明:

  This Code realizes the Esprit algorithm.

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

发表评论

0 个回复

  • 3x3-neighbor-pixel
    Description All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size)) input inp_img=2d data(row * col) w=cover size w=[3 3] = 3x3 cover pixel generation output o_img=result 3d o_img(w(1),w(2),r*col) if inp_img=[1 2 3 4 5 6 ] w=[3 3] Soloution it will construct new image new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0] result o_img(:,:,1)=[0 0 0 0 1 2 0 4 5] o_img(:,:,2)=[0 0 0 1 2 3 4 5 6] finally o_img(1:3,1:3,6) example a=imread( pears.png ) b=rgb2gray(a) c=cover_window( b,[3 3]) 3x3 window construction
    2014-10-24 17:14:14下载
    积分:1
  • double
    双椭球附加质量干扰计算(根据切片法理论计算所得)(Additional quality double ellipsoid interference calculations (calculated in accordance with section method theory))
    2014-01-10 12:23:29下载
    积分:1
  • lateral-velocity_observer_forward
    Motor control algorithms implmented with matlab/simulink are included.
    2014-01-27 21:14:57下载
    积分:1
  • multi--channel
    此函数为多径信道的仿真函数,非常不错的函数,有需要的请下载。(This function is multi-path channel matlab function, a very good program, there is a need for download.)
    2015-04-13 16:48:25下载
    积分:1
  • xianxingguahua
    这是线性规划的一些小程序,希望大家都能用得上(This is a linear programming)
    2012-04-27 09:54:25下载
    积分:1
  • Corner
    matlab中图形的边缘检测,然后进行角点获取(edge detect and corners acquisition)
    2013-02-11 17:56:53下载
    积分:1
  • a-quadrotor-of-modeing
    作者详细给出了四轴飞行器建模的仿真实验过程,适合飞行爱好者阅读(The author gives a detailed simulation modeling process Four aircraft for flight enthusiasts reading)
    2013-11-26 21:21:21下载
    积分:1
  • CBM
    根据切比雪夫近似得到的计算简正波的程序,能够较精确获得本地简正波(A Matlab code for computing normal modes based on Chebyshev approximations )
    2013-12-09 16:00:19下载
    积分:1
  • STBC-470419
    不同发射天线数目下,空时分组编码STBC的仿真(Under different number of transmit antennas, space-time block coding STBC simulation)
    2013-12-17 11:54:15下载
    积分:1
  • RA ra_snr_gui.m 作用
    ra_snr_gui.m 作用:统计不同信噪比下,五种信号的峰值旁瓣比RA和低高频均值比RM,绘制结果,参考图3.11和3.12 DFCW_RA_SNR.m 作用:产生正交离散频率编码信号,并计算峰值旁瓣比RA和低高频均值比RM LFM_RA_SNR.m 作用:产生线性调频信号,并计算峰值旁瓣比RA和低高频均值比RM OFDMLFM_RA_SNR.m 作用:产生正交频分线性调频信号,并计算峰值旁瓣比RA和低高频均值比RM PC_RA_SNR.m 作用:产生正交相位编码信号,并计算峰值旁瓣比RA和低高频均值比RM SIN_RA_SNR.m 作用:产生单载频信号,并计算峰值旁瓣比RA和低高频均值比RM 输入参数: vSNR:信噪比向量 输出结果: RA:峰值旁瓣比向量RA,对应信噪比向量 RM:低高频均值比向量RM,对应信噪比向量 calculateRA.m: 作用:计算不同信噪比下峰值旁瓣比RA和低高频均值比RM,参考论文3.4.5节 输入参数: sig:输入信号,可以是多行MIMO信号,运算中将合并为1行信号 vSNR:信噪比向量 输出结果: RA:峰值旁瓣比向量RA,对应信噪比向量 RM:低高频均值比向量RM,对应信噪比向量 sig_dfcw.m 作用:产生正交离散频率编码信号 sig_ofdm.m 作用:产生正交频分线性调频信号 sig_pc.m 作用:产生正交相位编码信号 (ra_snr_gui.m action: Statistics different SNR peak sidelobes than five signal RA and low high frequency average ratio RM, rendering the results, referring to Figure 3.11 and 3.12 DFCW_RA_SNR.m effect: generating orthogonal discrete frequency encoded signal, and calculate the peak sidelobe ratio RA and low and high frequency average ratio RM LFM_RA_SNR.m effect: generating chirp signal and calculates the peak sidelobe ratio RA and low high frequency average ratio RM OFDMLFM_RA_SNR.m effect: generating an orthogonal frequency division chirp signal and calculates peak sidelobe ratio RA and low and high frequency average ratio RM PC_RA_SNR.m effect: generating quadrature phase encoded signals and calculate peak sidelobe ratio RA and the average low and high frequency effects than RM SIN_RA_SNR.m: to produce a single carrier frequency signal, and calculate peak sidelobe ratio RA and RM lower than the average high-frequency input parameters: vSNR: SNR vector output: RA: peak sidelobe ratio v)
    2020-06-27 04:00:01下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载