登录
首页 » Matlab » 课设的模拟数据分析处理的过程代码

课设的模拟数据分析处理的过程代码

于 2022-03-16 发布 文件大小:4.64 kB
0 32
下载积分: 2 下载次数: 1

代码说明:

基于互功率谱的时延估计,实现了图像的加水印,去噪,加噪声等功能,计算两个矩阵之间的欧氏距离,ML法能够很好的估计信号的信噪比,包括最小二乘法、SVM、神经网络、1_k近邻法,中介真值程度度量,基于中介真值程度度量的图像分。

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

发表评论

0 个回复

  • 基于Matlab的 GUI的集成软件 clutter
    基于Matlab的 GUI的集成软件,功能包括: 1、海杂波模型仿真和统计分析(瑞利、韦伯、对数和K分布SIRP和ZMNL法); 2、海杂波/波导参数估计(海杂波、多径和波导参数和雷达探测性能估计); 3、实测海杂波数据统计分析。(Matlab' s GUI-based integrated software, features include: 1, sea clutter model simulation and statistical analysis (Rayleigh, Weber and K on the number and distribution of SIRP and ZMNL Act) 2, Sea Clutter/waveguide parameter estimation ( sea clutter, multipath and the waveguide parameters and the radar detection performance is estimated) 3, measured sea clutter data statistical analysis.)
    2021-01-09 11:38:52下载
    积分:1
  • v1
    说明:  一种基于JPEG的密写方法,通过修改标准量化表,将秘密信息嵌入中频系数的最低两个比特位(Realization of a steganographic method based upon JPEG and Quantization table modification. )
    2010-05-10 15:04:12下载
    积分:1
  • wiener
    维纳滤波程序,给正弦波信号加入信噪比为20dB的高斯白噪声。(Wiener filtering process, to add a signal to the sine wave signal to noise ratio of 20dB Gauss white noise.)
    2020-12-12 01:19:17下载
    积分:1
  • fastICA,盲分离
    做盲源分离的FASTICA算法clc;clear all;close all;function y=ICA(M1,M2)MixedS = [M1;M2];% 将混合声音显示subplot(3,2,3),plot(data3),title("混合声音1"),subplot(3,2,4),plot(data4),title("混合声音2"),% wavwrite(MixedS(1,:),Fs1,"MixedS1.wav");% wavwrite(MixedS(2,:),Fs1,"MixedS2.wav");MixedS_bak=MixedS;                         % 将混合后的数据备份,以便在恢复时直接调用%%%%%%%%%%%%%%%%%%%%%%%%%%  中心化  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%MixedS_mean=zeros(2,1);MixedS_mean=mean(MixedS,2);MixedS = MixedS-repmat(MixedS_mean,1,size(MixedS,2));%%%%%%%%%%%%%%%%%%%%%%%%%%%  白化  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%MixedS_cov=cov(MixedS");                    % cov为求协方差的函数[E,D]=eig(MixedS_cov);                      % 对图片矩阵的协方差函数进行特征值分解
    2023-05-18 10:10:03下载
    积分:1
  • FILTER-DESIGN-BY-IMPULSE-INVARIANCE
    FILTER DESIGN BY IMPULSE INVARIANCE
    2012-04-03 23:35:30下载
    积分:1
  • monituihuochenxu
    基于matlab的运用模拟退火算法寻找最优路径的代码源程序(Use matlab-based simulated annealing algorithm to find the optimal path to source code)
    2011-09-08 14:06:43下载
    积分:1
  • dehaze_from_fattal
    基于先验约束的单幅图像去雾matlab程序代码,包括何凯明的暗原色去雾和Fattal的独立成分分析的去雾(Priori constraints on a single image defogging matlab code, including Kaiming He dark colors to fog and Fattal independent component analysis to fog)
    2014-12-01 19:59:35下载
    积分:1
  • 线性鉴别分析
    本代码是用于聚类  LDA算法的原型实现;
    2022-01-29 02:18:09下载
    积分:1
  • Robot
    SourceCode For Find Path in Robot
    2011-06-03 18:01:30下载
    积分:1
  • RF-Lab-manual---Cop
    multidevice antenna for portable device
    2013-10-21 01:21:45下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载