-
gauss
分别用中心极限定理和Box-Muller方法产生高斯噪声,用于二进制双极性基带通信系统仿真,比较其仿真运行时间及结果。(Central limit theorem and were used Box-Muller method for generating Gaussian noise for binary bipolar baseband communication system simulation, and compared the results of the simulation run time.)
- 2010-12-28 19:51:10下载
- 积分:1
-
duoyonghu_tongbu
说明: 基于跳时码的超宽带多用户系统的误码率的仿真(Based on the code-hopping ultra-wideband multi-user system BER simulation)
- 2009-07-26 18:33:28下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
JIANGZUO
清华大学2013年针对稀疏表示的一个讲座,请的是稀疏表示的创始人。其中为讲座的讲义。(Tsinghua University in 2013 for the sparse representation of a lecture, please sparse representation is the founder. Where is the lecture handouts.)
- 2013-11-16 21:49:47下载
- 积分:1
-
NGbss
一个自然梯度的盲源分离matlab算法,希望对大家有用(A natural gradient algorithm for blind source separation matlab hope for all of us)
- 2021-04-29 15:08:43下载
- 积分:1
-
testmages
hough transform test images
- 2010-11-30 19:10:49下载
- 积分:1
-
electric-network
电网络matlab编程,对复杂电路用程序进行编程计算。(Electricity network matlab programming and application programming calculation complex circuit)
- 2013-02-28 10:45:26下载
- 积分:1
-
YINGPANJUE
认知无线电环境中,当认知用户处于低信噪比环境时,软判决与硬判决的对比发现此时软判决优于硬判决(In Cognitive radio environment, the cognitive users in low SNR environment, the contrast of the soft decision and hard decision to soft decision is better than hard decision)
- 2012-08-08 16:18:05下载
- 积分:1
-
IEEE_WorkShop_Slides_Lavretsky
自适应控制经典的课件,国外著名大学的内部学习资料,请不要错过(Adaptive control classic courseware, internal learning famous universities, do not miss)
- 2014-04-08 07:33:53下载
- 积分:1
-
Circuit_Analysis_II_with_MATLAB
Circuit Analysis II with MATLAB
- 2009-05-01 20:57:41下载
- 积分:1