-
fft3
很好的学习FFT的程序,易于理解,便于学习,具有很好的参考价值(Learning the FFT program, easy to understand, easy to learn, have a good reference value)
- 2013-04-05 16:29:20下载
- 积分:1
-
ibatis-2.3.4.726
详细解释了ibatis的用法和jar包。。。。。。。。。。。。。(A detailed explanation of the use and ibatis jar package. . . . . . . . . . . . .)
- 2013-11-21 21:26:05下载
- 积分: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
-
esprit
这个程序主要是通过经典ESPRI算法和ESPRIT_SVD算法来实现DOA估计(This program is mainly achieved by the classic ESPRI algorithm and ESPRIT_SVD algorithm DOA Estimation)
- 2012-11-22 00:18:51下载
- 积分:1
-
1.1-
matlab图像处理程序,很实用的,图像多分辨率金字塔(matlab image processing procedures, very practical, multi-resolution image pyramid)
- 2014-02-24 21:46:43下载
- 积分:1
-
AdaptiveTechniquesforMultiuserOFDM
这是一个非常好的关于OFDM的英文文章,它是国外的博士论文,对于想了解整个OFDM的朋友来说,可以了解到许多中文文章所没有的知识。(This is a very good article in English on OFDM, which is the doctoral thesis abroad, who want to understand the overall OFDM' s friends, you can understand that many Chinese do not have knowledge of the article.)
- 2010-07-18 11:34:02下载
- 积分:1
-
BPSK
介绍bpsk调制的一个比较完整的系统,系统内有误码率的处理,时域和频域之间的转换(introduce bpsk modulation)
- 2013-09-13 10:43:19下载
- 积分:1
-
abb
ABB保护算法程序
判别故障发生在区内区外的matlab编程(ABB discrimination of the fault protection algorithm program in the region outside of matlab programming)
- 2010-05-31 15:55:51下载
- 积分:1
-
Optimization6
关于matlab优化当中的一个多目标规划的一个源程序 很齐全很实用(The matlab optimization of a multi-objective planning of a source very complete and very useful)
- 2012-08-27 13:32:43下载
- 积分:1
-
UART_GUI
RS232通訊用GUI,可偵測PC上的所有Port供使用者選擇,並提供9600、115200兩個baud rate供使用者選擇(如需其他baud rate可自行於code內添加),提供RX、TX接收傳送功能,下方接收欄可接收第一個0x0A指令之前所有資料,右方接收欄則接收剩餘所有資料。(RS232 communication with the GUI, can be detected on all Port PC for users to choose and provide 9600,115200 two user selectable baud rate (for other baud rate can add their own in the code), to provide RX, TX reception transmission function, the receiver can receive all the information bar below before the first 0x0A command bar on the right to receive all the information you receive surplus.)
- 2014-12-22 17:51:39下载
- 积分:1