-
matlabPyrTools.tar
计算图像显著性的工具箱:在图像处理领域内应用很广范,是视觉处理领域必不可少的工具。(Calculation of the image toolbox significant: in the field of image processing a wide range of applications, is an indispensable tool for visual processing.)
- 2010-11-25 17:37:48下载
- 积分:1
-
improvethecoordinationofperception
由于实际信道中的多径和阴影效应,单个认知用户频谱感知的性能受到影响,因此需要靠不同用户间的协同频谱感知来对抗多径和阴影效应。本设计要求在文中采用一种协作机制,即两用户进行协作频谱感知,提高主用户的检测率,减少检测时间,并且得到捷变增益。要求给出仿真结果。(As the actual channel of the multi-path and shadow effect, a single user of spectrum sensing of cognitive performance are affected, it needs to depend on collaboration between different users of spectrum sensing to combat multipath and shadow effects. The design requirements in the text using a cooperation mechanism, namely, two user collaborative spectrum sensing, to improve the detection rate of the primary users, reducing detection time, and get agility gain. Required to give simulation results.)
- 2010-05-08 09:10:41下载
- 积分:1
-
enwpswfmodifie
narrow-band interference suppression in order to avoid the narrow band communication systems has been caused by interference
- 2013-11-07 22:05:30下载
- 积分:1
-
control1
机器人编队控制,模拟三个机器人保持队形运动,动画效果,原创(Robot formation control, simulating three robot to keep formation movement, animation, original)
- 2021-04-12 03:38:57下载
- 积分:1
-
rejoice2013
一个著名的控制软件,现在会被查杀,但是可以作为参考学习(A well-known control software, will now be killing, but can serve as a reference for learning)
- 2014-06-08 16:59:09下载
- 积分:1
-
最小二乘法
简单的最小二乘法实例,适合初学者,代码简单易懂(zuixiaoerchengfa shihe chuxuezhe daimajiandanyidong)
- 2020-06-23 10:20:02下载
- 积分:1
-
simulationof2pskber
本程序实现了一个基本的基于2psk的误码率仿真程序,比较适合初学通信的人士学习。(This program realize a simulation based on Bpsk modulation, and it is suitable for any beginner of telecommunication)
- 2009-12-12 20:34:20下载
- 积分:1
-
demodulation
这是gsm解调模块的matlab仿真,提供给各位学习和参考。(This is a gsm modem module matlab simulation, provided you study and reference.)
- 2010-05-05 20:43:34下载
- 积分:1
-
matlab
学校电子版matlab学习课件,非常适合matlab学习人员(School e-learning courseware version of matlab, matlab is very suitable for learning staff)
- 2011-11-11 10:59:52下载
- 积分: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