登录
首页 » Others » l1-svd稀疏重构算法

l1-svd稀疏重构算法

于 2020-12-06 发布
0 387
下载积分: 1 下载次数: 21

代码说明:

利用L1-SVD算法对信号进行稀疏重构,并且得到DOA估计,在信噪比低及信号相距很近时同样具有很好的效果

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

发表评论

0 个回复

  • WebApi 使用TOKEN+签名验证
    WebApi安全性 使用TOKEN+签名验证
    2021-05-06下载
    积分:1
  • 颜色迁移的matlab代码Reinhard
    根据经典的Reinhard算法写的matlab代码 已经可以使用!
    2020-12-09下载
    积分:1
  • 多分类中混淆矩阵(Confusion Matrix)的Matlab画法
    Matlab code for computing and visualization: Confusion Matrix, Precision/Recall, ROC, Accuracy, F-Measure etc. for Classification. Matlab通过分类的label计算混淆矩阵Confusion Matrix并且显示的函数只要一句代码就行了,方便。[confusion_matrix]=compute_confusion_matrix(predict_label,num_in_class,name_class);
    2020-06-29下载
    积分:1
  • 频谱仪——安捷伦N9010A操作手册
    频谱仪的介绍、操作及性能指标,硬件工程师必须学会的测量器件之一。Definitions and conditionsSpecifications describe the performance of parameters covered by the productwarranty and apply to the full temperature of 0 to 55C, unless otherwisenotedGet more Information95th percentile values indicate the breadth of the population (approx. 2 o) of perfor-This EXA signalanalyzer datamance tolerances expected to be met in 95 percent of the cases with a 95 percentsheet is a summary of theconfidence, for any ambient temperature in the range of 20 to 30C. In addition tothe statistical observations of a sample of instruments, these values include thespecifications and conditionseffects of the uncertainties of external calibration references these values are notfor N9010A EXA and N9010AEPwarranted. These values are updated occasionally if a significant change in theExpress EXA signal analyzers.statistically observed behavior of production instruments is observedwhich are available in the EXASignalAnalyzer SpecificationTypical describes additional product performance information that is not covered byGuide(N9010-90025)the product warranty It is performance beyond specifications that 80 percent of theunits exhibit with a 95 percent confidence level over the temperature range 20 toFor ordering informationkrefer30C. Typical performance does not include measurement uncertaintyto the EXA Signal AnalyzerConfiguration GuideNominal values indicate expected performance, or describe product performance59896531Nthat is useful in the application of the product, but are not covered by the productwarrantyThe analyzer will meet its specifications whenIt is within its calibration cycleUnder auto couple control, except when Auto Sweep Time rules= AccySignal frequencies 10 MHZ, with DC coupling appliedThe analyzer has been stored at an ambient temperature within the allowedoperating range for at least two hours before being turned on; if it had previouslybeen stored at a temperature range inside the allowed storage range, but outsidethe allowed operating rangeThe analyzer has been turned on at least 30 minutes with auto align set tonormal, or, if Auto align is set to off or partial, alignments must have been runrecently enough to prevent an Alert message; if the Alert condition is changedfrom Time and Temperature to one of the disabled duration choices, the analyzermay fail to meet specifications without informing the userFor the complete specifications guide, visitwww.agilent.com/find/exaspecifications1. For earlier instruments/Serial number prefix MY/SG/US5052), the full temperature rangesfrom5t50°CFrequency and Time specificationsFrequency rangeDC coupledAC coupledOption 50310 Hz to 3.6 Gh10 MHz to 3. 6 GHzOption 50710 Hz to 7 GH10 MHz to 7 GHzOption 51310 Hz to 13.6 GHz10 MHz to 13.6 ghzOption 52610 Hz to 26.5 GH10 MHz to 26.5 GhzOption 53210 Hz to 32 gHzNAOption 54410 Hz to 44 gHzNABandLO multiple(N)10 Hz to 3. 6 GHz3.5to7.0GH3.5to8.4GH28.4 to 13.6 GHz3135to17.1GH17 to 26.5 GHz5426.4 to 34.5 ghz344t044GHzFrequency referenceAccuracy+l time since last adjustment x aging rate)+ temperature stability t calibrationaccuracyAging rateOption pFrStandardy±1×106/year±15X107/2 yearsTemperature stabilityOption PFrStandard20to30°c±15×108±2×106Full temperature range±5x1±2×10Achievable initial calibration accuracyOption PFrStandard±4x108±1410Example trequency reterence accuracy=±(1×107+5×103+4×10-)(with Option PFR1 year after last adjustment±19x10Residual fmOption pFr
    2021-05-06下载
    积分:1
  • 光伏发电系统
    光伏发电系统局部阴影下最大功率追踪matlab/simulink仿真,多峰情况
    2020-12-10下载
    积分:1
  • 单相全桥逆变器simulink仿真
    单相全桥逆变器simulink仿真,内含SPWM输出模块,可以通过设置调制比/基波频率/载波频率查看逆变器的响应效果。
    2020-12-05下载
    积分:1
  • backtrack33-bt4
    backtrack33-bt4 backtrack3是一款便携的linux系统,简称bt3。它能够支持U盘启动,光盘启动,硬盘启动,其中内置大量的网络安全检测工具及黑客破解软件。而spoonwep就是一款强大的图形化破解wep无线网络密码的工具,这是它的成名工具。想要研究的朋友可以下载试试!
    2020-12-09下载
    积分:1
  • 16QAM DDLMS 均衡算法仿真
    16QAM DDLMS算法的matlab/simulink仿真模型
    2021-05-06下载
    积分:1
  • 基于彩色识别的matlab车牌识别(字符库、文件、源码)
    自己修改整理的基于matlab的车牌识别系统源码及字符库,能适用新版本matlab 2017,100%能够运行,有文档说明和源码注释,对做相关课题的毕业生很有帮助
    2020-06-24下载
    积分:1
  • matlab棋盘格角点自动检测提取
    通过canny算子提取棋盘格图像边缘,然后使用Hough算法提取边缘图中直线,利用直线交点对全图角点检测结果进行过滤,最终达到自动可靠准确地提取出所有图像中棋盘格的角点坐标,可用于相机或投影仪的标定。
    2020-12-12下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载