• 大小:
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2024-02-02
  • 语言: Matlab
  • 标签: 信号估计  

资源简介

信号检测与估计-理论与应用答案及matlab程序

资源截图

代码片段和文件信息

%Theoretical and Empirical pdfs of
%Exponentially distributed random numbers
%Inputs:
%num=Number of RVs generated
%Outputs:
%Theoretical pdf displayed in red
   %Empirical pdf displayed in blue
%Comments:
   %Empirical pdf obtained with num RVs
function et=ete(num);
u=rand(num1);
x=[0:.1:10];
z=-log(u);
et=hist(zx);
n10=num/10;
nznorm=et/n10;
plot(xnznorm‘b‘)
xlabel(‘x‘)
ylabel(‘p_X (x)‘)
grid on
hold on
y=exp(-x);
plot(xy‘m‘)



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-09-14 20:38  信号检测与估计及matlab程序\
     目录           0  2013-09-14 20:38  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\
     文件       79065  2007-04-02 10:26  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\57439-chapt1.pdf
     文件       63058  2007-04-02 10:30  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\57440-chapt2.pdf
     文件       94003  2007-04-02 10:38  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\57441-chapt4.pdf
     文件      141918  2007-04-02 10:42  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\57442-chapt10.pdf
     文件       60146  2007-04-02 10:33  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\60099-chapt3.pdf
     文件       82430  2007-04-02 10:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\60100-chapt5.pdf
     文件      113182  2007-04-02 10:41  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\60101-chapt6.pdf
     文件       65559  2007-04-02 10:41  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\60102-chapt7.pdf
     文件       82498  2007-04-02 10:42  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\60103-chapt8.pdf
     文件       75732  2007-04-02 10:43  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\60104-chapt11.pdf
     目录           0  2013-09-14 20:38  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\
     文件        6148  2007-02-01 15:12  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\.DS_Store
     目录           0  2013-09-14 20:38  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter01\
     文件         443  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter01\ete.m
     文件         357  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter01\exprv.m
     文件         563  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter01\jg.m
     目录           0  2013-09-14 20:38  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter02\
     文件       14739  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter02\auto_PSD.mdl
     文件         995  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter02\cnv.m
     目录           0  2013-09-14 20:38  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter03\
     文件        1166  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter03\cor.m
     文件         306  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter03\iqfun.m
     文件         534  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter03\mqfun.m
     目录           0  2013-09-14 20:38  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter04\
     文件         380  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter04\edf.m
     文件         457  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter04\edif.m
     文件         342  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter04\efund.m
     文件         741  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter04\err.m
     文件         394  2007-02-01 14:40  信号检测与估计及matlab程序\Signal detection and estimation-Solutions\m-files\chapter04\p10.m
............此处省略86个文件信息

评论

共有 条评论

相关资源