搜索资源列表
UWB_channel_sim
- IEEEuwb仿真UWB信道冲击相应;rmsds仿真UWB信道的均方根时延扩展;PDP仿真UWB信道的功率延迟剖面 rakeselector仿真RAKE接收机的路径选择 PPMcorrmask_P仿真RAKE接收机的相关模板信号-IEEEuwb simulation UWB channel corresponding impact; rmsds simulation of UWB Channel rms delay expansion; PDP simulation UWB channel po
ART2
- CT重建算法,迭代算法ARTII,乘型ART算法,该算法法比初始值选择不能为0-CT reconstruction algorithm, iterative algorithm ARTII, x-ART algorithm, The algorithm method than the initial value of options can not be 0
gafmax
- % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 %
vblast
- The main file in this list of programs is \"vblast.m\". Type \"help vblast\" on the command line for details.Study the coding by stepping through the program. These programs require around 5000 packets for reasonable plotting accuracy.This has been
0.背包问题C语言算法
- 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 ,
swqm.rar
- 三维曲线曲面比较演示系统程序设计 设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0到1之间(在同一图形界面中分别绘制它们的三维曲面和三维曲线图)。“选项”菜单主要包括:网格开关,图例开关,坐标边框开关,色度空间选择菜单,曲线颜色菜单。,Comparison of three-dim
matlabPyrTools
- This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These oper
shiyu
- 振动信号时域处理办法,包括低通、带通滤波和频域积分法-Time-domain vibration signal processing options, including low-pass, band-pass filtering and frequency-domain integral method
finace-binary-tree
- 用MATLAB实现金融数学中,关于期权二叉树的算法,非常经典,是我大三时,帮大四的师兄写的-Using MATLAB to achieve financial mathematics, the binary tree algorithm on the options, very classic, is my third time to help write a senior senior
czynh
- 插值与拟合的一些matlab源码 里边有好几个 大家选择的看吧-Interpolation and fitting some of matlab source inside us There are several options and see
wideFocus
- 宽带聚焦的目的是通过一个聚焦变换矩阵,使得对应于不同频段的数据变换成同一个中心频率的数据,从而形成相关矩阵。这里的关键就在于聚焦矩阵的选取,不同的选择对应于不同的算法。-Focus on the purpose of broadband are focused through a transformation matrix which corresponds to a different band with the data converted into a center frequency o
xujinpeng3.14
- 用遗传算法求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点:简单的单点交叉、基本位变异、赌轮盘选择、随机产生初始种群中的个体,求的最好解是24.689。注:本算法基于matlab7.0,是我自己编写的,每个步骤都有详细的说明。适用于遗传算法初学者。-Using genetic algorithms for function f = x+10* sin (5* x)+7* cos (4* x) the maximum points: a simple single-point
tlabel
- This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second
ode45
- 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is
Least_Squares_optimal_affine_subspace
- 最小二乘优化算法。Matlab源码,直接可以使用。-Least Squares optimal affine subspace The zip includes: (1) lsqAffineSpace: a low level routine that takes a set of m-dimensional real sample data and returns the optimal-fit k-dimensional affine subspace, with some
200604071088
- 基于MATLAB的声音过滤器,可手动对各频段的声音进行过滤选择。-MATLAB-based audio filter that can be manually voices of each band filter options.
pso
- This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization al
ginput2
- Do you still use GINPUT to graphically select points on current axes with the mouse? Try this one! With GINPUT2 you can also: 1. ZOOM: in, out (double-click)! 2. PAN: when dragging! 3. DELETE: last selected point! 4. PLOT: while sele
PCM
- 一个PCM编码的GUI程序,包括给出原函数,抽样,量化,有多种选项可以自行选择-A PCM-coded GUI procedures, including the original function is given, sampling, quantization, there are several options to choose
TurnbullWakeman
- Pricing asian options