-
MatLab7Programming
matlab 英文版教材,pdf格式,系统的学习,既能提高matlab编程能力,又能掌握英语,一石二鸟!(matlab English textbooks, pdf format, the system of learning, both to improve matlab programming capabilities, but also master the English language, kill two birds with one stone!)
- 2009-10-30 10:10:37下载
- 积分:1
-
bsf
evaluates the Black-Scholes formula for a European call
- 2010-02-08 16:48:25下载
- 积分: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
-
jiachuang_xin
加窗函数,针对大家不知道如何加窗提出来的一个例子(an example of window function )
- 2011-12-12 20:38:00下载
- 积分:1
-
music(3)
使用MATLAB软件对智能天线进行DOA估计的MUSIC算法仿真研究,希望对大家学习有帮助(Using MATLAB software on smart antennas for DOA Estimation Algorithm for Simulation of MUSIC, in the hope that will help them to learn)
- 2009-07-02 16:16:51下载
- 积分:1
-
MATLAB1
根据)EF 特性中的对比度敏感度,
即空间频率特性曲线,对图像进行二维多级小波分解,由分解后的各小波分量,提取各频段相应的亮
度、清晰度和相关度指标;然后将这三个指标的几何平均与频段加权系数的内积做算术平均,以此作
为图像质量的综合评价指标(According to) EF characteristic of contrast sensitivity, that is spatial frequency characteristic curve, the image is two-dimensional multi-level wavelet decomposition, the decomposition of the wavelet component, extract the frequency band corresponding brightness, clarity and relevance of indicators then the geometric mean of these three indices and the band doing weighted coefficient of the arithmetic mean within the product as a comprehensive evaluation of image quality index)
- 2010-05-22 23:59:10下载
- 积分:1
-
disp_hhs
经验模式分解后如何将各个分量分解后的结果显示在图片上(empirical mode decomposition how various components of the decomposition results in the pictures)
- 2007-03-29 18:43:49下载
- 积分:1
-
CJLibrary-608
Visual Studio 2008 下可以编译通过的CJLibary.(CJLibrary version 6.08c with Visual Studio 2008 project.)
- 2013-11-14 16:57:11下载
- 积分:1
-
MTI-simulation
MTI仿真,单延迟对消器频响图,单延迟对消器频响图,单延迟对消器频响图(MTI simulation,function [resp] = single_canceler (fofr1) )
- 2013-05-27 22:15:29下载
- 积分:1
-
vpqdbpcm
大学数值分析算法,重要参数的提取,采用的是脉冲对消法,基于kaiser窗的双谱线插值FFT谐波分析,可以动态调节运行环境的参数,三相光伏逆变并网的仿真,相关分析过程的matlab方法,结合PCA的尺度不变特征变换(SIFT)算法。( University of numerical analysis algorithms, Extract important parameters, It uses a pulse of consumer law, Dual-line interpolation FFT harmonic analysis kaiser windows, Can dynamically adjust the parameters of the operating environment, Three-phase photovoltaic inverter and network simulation, Correlation analysis process matlab method, Combined with PCA scale invariant feature transform (SIFT) algorithm.)
- 2016-04-10 10:23:02下载
- 积分:1