下载频道> 资源分类> matlab源码> 算法设计> 认知无线电中能量检测源码程序

标题:认知无线电中能量检测源码程序
分享到:

所属分类: 算法设计 资源类型: 文件大小: 333.75 KB 上传时间: 2016-01-28 19:19:30 下载次数: 9 资源积分:1分 提 供 者: xiaopeng2 认知无线电中能量检测源码程序
内容:
认知无线电中能量检测源码程序,程序员在编程的过程中可以参考学习使用,希望对IT程序员有用,此源码程序简单易懂、方便阅读,有很好的学习价值!
clear
clc
N=500;
M=300;
u=[0.1 0.05 0.02];
n=1:N;
a=[-0.99 0.99]
k=1;
for l=1:3
for j=1:M
vn=randn(1,N);
a1=[1 a(k)];
b1=1;
xn=filter(b1,a1,vn);
d=var(xn);
xn=xn/sqrt(d);
fn(1)=xn(1);
wn(1)=0;
wn(2)=wn(1);
for i=2:length(xn)
fn(i)=xn(i)-wn(i)*xn(i-1);
wn(i+1)=wn(i)+u(l)*xn(i-1)*fn(i);
f2(i)=fn(i)^2;
end;
fm(j,:)=f2;
end;
fw(l,:)=mean(fm);
end;
semilogy(n,fw(1,:),n,fw(2,:),n,fw(3,:));

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

认知无线电中能量检测源码程序/
认知无线电中能量检测源码程序/code/
认知无线电中能量检测源码程序/code/bwyang1.fig
认知无线电中能量检测源码程序/code/bwyang1.m
认知无线电中能量检测源码程序/code/bwyang2.fig
认知无线电中能量检测源码程序/code/bwyang2.m
认知无线电中能量检测源码程序/code/bwyang3.fig
认知无线电中能量检测源码程序/code/bwyang3.m
认知无线电中能量检测源码程序/code/hs_err_pid2836.log
认知无线电中能量检测源码程序/code/jhp1.jpg
认知无线电中能量检测源码程序/code/jhp2.jpg
认知无线电中能量检测源码程序/code/untitled3.jpg

关键词: 无线电 源码 能量

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved