-
angles.xls
说明: 基于AoA的室内定位算法,利用TI开发板收集AoA信号,在通过正弦定理得到位置信息。(Indoor location algorithm based on AOA)
- 2020-02-28 22:06:53下载
- 积分:1
-
HinfController
Hinfinity Controller Design
- 2013-01-05 09:49:16下载
- 积分:1
-
Relay-selection
双向放大转发中继选择方案,提出3种不同的中继选择方案以及信道生成函数,最大化系统容量。(In two-way AF relay networks,we propose three relay selection strategies to maximize the system throughput )
- 2011-05-16 11:32:30下载
- 积分:1
-
Matlab-code-books
matlab的编码大全,包括各种源代码,源程序(matlab code Daquan, including source code, source code)
- 2013-07-25 11:45:59下载
- 积分:1
-
Fuzzy-Edge-Detection-(1)
Fuzzy logic is a form of many-valued logic or probabilistic logic it deals with reasoning that is approximate rather than fixed and exact. Compared to traditional binary sets (where variables may take on true or false values) fuzzy logic variables may have a truth value that ranges in degree between 0 and 1. Fuzzy logic has been extended to handle the concept of partial truth, where the truth value may range between completely true and completely false.[1] Furthermore, when linguistic variables are used, these degrees may be managed by specific functions.
- 2013-03-11 17:03:00下载
- 积分:1
-
DFA
DFA算法。用matlab实现的DFA算法,不保证效率,只保证能运行。(DFA algorithm. DFA algorithm using matlab realize, does not guarantee efficiency, is only guaranteed to run.)
- 2020-12-04 10:59:25下载
- 积分:1
-
program5
数字信号处理,离散时间系统的相位、结构与状态变量描述典型题,能更好的理解离散时间系统(Digital signal processing, discrete-time systems the phase, structure and state-variable description of a typical question, can a better understanding of discrete-time systems)
- 2010-01-03 14:58:14下载
- 积分:1
-
mac-scc
Ethernet on Serial Communications Controller (SCC) driver for Motorola MPC8xx and MPC82xx.
- 2014-08-09 10:31: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
-
lmekf
ekf的程序,这里是将其应用于目标跟踪方面(ekf s programme ,it s fitted to track traget.)
- 2009-05-01 12:00:49下载
- 积分:1