-
sl0bp
SL0与BP算法压缩感知信号恢复比较,自行下载SL0包(SL0 COMPARE WITH BP)
- 2014-12-04 21:43:23下载
- 积分:1
-
16-QAM
16-QAM matlab program, it can be run(16 QAM Matlab)
- 2013-05-20 13:32:30下载
- 积分:1
-
sunpie
小波包分析提取振动信号中的特征频率,详细画出了时域和频域的相关图,利用自然梯度算法。( Wavelet packet analysis to extract vibration signal characteristic frequency, Correlation diagram shown in detail the time domain and frequency domain, Use of natural gradient algorithm.)
- 2016-09-06 21:37:45下载
- 积分:1
-
matlab-code
gui in matlab and opencv
- 2011-08-28 19:51:38下载
- 积分:1
-
司守奎、孙玺菁《数学建模算法与应用》随书光盘
说明: 司守奎、孙玺菁《数学建模算法与应用》随书光盘
所有代码
经典小黄书的代码
数学建模比赛必备(Si shoukui, sun xijing. Mathematical modeling algorithm and application. Cd-rom
All of the code
Classic little Yellow Book code
Mathematical modeling competition required)
- 2020-11-22 18:09:35下载
- 积分:1
-
problems_TurboPascal
problems turbo pascal
- 2010-11-22 05:05:05下载
- 积分:1
-
TestFunction
说明: 一些用matlab编制的智能优化算法的的测试函数程序(Some prepared to use matlab Intelligent Optimization Algorithm function test procedures)
- 2008-11-12 13:09:16下载
- 积分:1
-
panzoom
与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。
我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。
panzoom(figureHandle,axesHandles)
添加到这个数字,只能到指定的坐标轴功能的处理。
panzoom(figureHandle,axesHandles,XLink的)
panzoom(figureHandle,axesHandles,XLink的,雁联)
假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus.
I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data.
panzoom(figureHandle, axesHandles)
Adds the functionality to that figure, ONLY to the axes handles specified.
panzoom(figureHandle, axesHandles, xLink)
panzoom(figureHandle, axesHandles, xLink, yLink)
Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
- 2011-05-15 17:52:58下载
- 积分:1
-
JHSantiagoTexcoco_FletcherReeves-MatLab
Prueba1 FletcherReeves
Hernández Santiago José
Maestría en Ciencias de la Computación
Septiembre / 2011
1. Comenzar con un punto arbitrario
2. Calcular Gradiente de Fi
3. Si el Gradiente Fi es igual a 0(converge), termina
4. Si el Gradiente Fi es !=0 continuar
5. Encontrar dirección de búsqueda
Si= -GradienteFi= - Gradiente F(Xi)
6. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Hacer i=2
8. Obtener Gradiente Fi
9. Calcular Si= -GradFi + ( [abs(GradFi)^2]/[abs(GradF(i-1))^2] )*S(i-1)
10. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Verificar Optimalidad de X(i+1)
Si es optimo, detener
Si no es optimo hacer i=i+1 e ir al paso 8
- 2013-08-08 14:30:24下载
- 积分:1
-
ZOOM_FFT_main-
利用MATLAB编写的关于频谱细化(Zfft)的程序,有注释。(Spectrum zoom (Zfft) program using MATLAB There are notes in it.
)
- 2021-03-24 21:19:14下载
- 积分:1