CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab s
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Network Marketing
Management
E-commerce
Business guide
Business plan
Successful incentive
Human Resources
Report papers
Marketing materials
Consulting and training
Website
Software Engineering
File Format
Technology Management
Industry research
Program doc
Other
Search - matlab s - List
[
File Format
]
ch011
DL : 0
matlab的第一章节学习手册,本人觉得不错,特让大家分享-Matlab the first chapters learning manuals, I think it's good, so special to share
Date
: 2025-12-27
Size
: 381kb
User
:
gege
[
File Format
]
newtonhuan
DL : 0
这个程序可以实现牛顿环(Newton s rings)的演示, 其中可调参数包括波长, 透镜曲率半径及最低点空气缝隙的厚度.参数的调节是通过欢快实现的,其中颜色 随波长近似的变化. 本程序可以增进读者对牛顿环的理解.-this procedure can be achieved Newton Central (Newton's rings) demonstration. with adjustable parameters including wavelength, lens curvature radius and minimum thickness of the air gap. Parameter adjustment is achieved through the jubilant, With these color changes in the wavelength approximation. The procedure can improve readers to understand the Newton ring.
Date
: 2025-12-27
Size
: 1kb
User
:
祝继华
[
File Format
]
han_td
DL : 0
自抗扰控制器仿真,微分跟踪器的S函数实现-ADRC simulation, differential tracker S Function
Date
: 2025-12-27
Size
: 1kb
User
:
余婷
[
File Format
]
MethodsToSetUpAdaptiveController
DL : 0
本文是鄙人的自适应控制大作业,本文分模型参考自适应控制和CARMA模型的最小方差自适应控制,文中采用smulink仿真和matlab的m函数编程来实现自适应控制的内容,分析透彻,图表清晰,有很强的可阅读性,仅以本人微薄的努力和大家共鸣,共同进步,以后还会有精彩的内容奉上-This article is great I adaptive control operation, the paper sub-model reference adaptive control and CARMA model of minimum variance adaptive control, the text used in smulink simulation and the m function matlab programming adaptive control to realize the content analysis was thorough, chart clear, can have a very strong reading, and only my meager efforts and U.S. response, and common progress, the future will also have exciting content offering
Date
: 2025-12-27
Size
: 215kb
User
:
阳关
[
File Format
]
NEURAL+NETWORK
DL : 0
bp神经网络算法是解决最优化问题的先进算法之一,本论文讨论了神经网络中使用最为广泛的前馈神经网络。其网络权值学习算法中影响最大的就是误差反向传播算法(back-propagation简称BP算法)。BP算法存在局部极小点,收敛速度慢等缺点。基于优化理论的Levenberg-Marquardt算法忽略了二阶项。该文讨论当误差不为零或者不为线性函数即二阶项S(W)不能忽略时的Hesse矩阵的近似计算,进而训练网络。-bp neural network algorithm to solve optimization problems, one of the advanced algorithm, the paper discusses the neural network in the most widely used feed-forward neural network. Its network weights learning algorithm in the greatest impact is the error back-propagation algorithm (back-propagation algorithm referred to as BP). BP algorithm for the existence of local minimum points, such as the shortcomings of slow convergence. Optimization theory based on the Levenberg-Marquardt algorithm ignores the second-order item. In this paper, the discussion when the error is not zero or not that is second-order linear function of S (W) can not be ignored when the Hesse matrix of approximate calculation, and then training the network.
Date
: 2025-12-27
Size
: 19kb
User
:
刘慧
[
File Format
]
jinglianguandaofangzhen
DL : 0
捷联惯导系统仿真算法的研究及其实现.nh.大连理工大学硕士论文,详细阐述了如何用matlab-simulink进行惯导仿真-Strapdown inertial navigation system simulation algorithm and its realization. Nh. Dalian University of Technology master s thesis in detail how to use matlab-simulink simulation for INS
Date
: 2025-12-27
Size
: 2.79mb
User
:
lele
[
File Format
]
crack
DL : 0
Ask Modulation-it s very kool n ready for u guy to hit it up
Date
: 2025-12-27
Size
: 767kb
User
:
a7med
[
File Format
]
matlab
DL : 0
基本的matlab程序开发 对于matlab的入门有很重要的作用,快速掌握matlab-basic matlab s programme develop
Date
: 2025-12-27
Size
: 6kb
User
:
jiang
[
File Format
]
dxVideo
DL : 0
This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Date
: 2025-12-27
Size
: 17kb
User
:
marwa
[
File Format
]
qiupinpu
DL : 0
求频谱的程序,是matlab的程序,含有人体信号,十分有用对在频域上研究人体的生物信号。-Fft in matlab seeking procedures for seeking text format signal. The body s signals.
Date
: 2025-12-27
Size
: 3kb
User
:
[
File Format
]
qiuxielv
DL : 0
求信号的斜率,在一个周期内求的,在matlab中实现的,是提取特征时用到的。-Seek the slope of the signal, in a demand cycle, in matlab to implement, is used when extracting features. The body s signals.
Date
: 2025-12-27
Size
: 2kb
User
:
[
File Format
]
xiangliangshuzu
DL : 0
matlab 数组与向量教程 简单明了 清华出的书 数组与向量教程 简单明了 清华出的书-matlab ppt that s for the new learners.It s obiously easy to learn which produced by tising university.
Date
: 2025-12-27
Size
: 22kb
User
:
litaibai
[
File Format
]
FPGA-based-Torque-and-Flux-Estimator-_IREE
DL : 0
This paper presents a new design of the torque and stator flux estimators for Direct Torque control (DTC) for Field Programmable Gate Array (FPGA) implementation, which permit very fast calculations. An alternative variable word-size approach in two’s complement fixedpoint format is used for the implementation, in order to minimize calculation errors and the hardware resource usage. The simulation results of DTC model in Matlab, which performed double-precision calculations, are used as references to digital computations executed in FPGA implementation. The Hardware-in-the-loop (HIL) method is used to verify the minimal error between Matlab simulation and the experimental results, and thus the well-functionality of the implemented estimators.
Date
: 2025-12-27
Size
: 425kb
User
:
T. H. Sutikno
[
File Format
]
simDVB_S
DL : 0
DVB-S协议MATLAB仿真实现DVB-S协议正向过程-DVB-S MATLAB SIMULINK SIMULATION
Date
: 2025-12-27
Size
: 13kb
User
:
wang
[
File Format
]
roletweel
DL : 0
a roletwheel matlab s code
Date
: 2025-12-27
Size
: 1kb
User
:
sisivs
[
File Format
]
DWT_FFT
DL : 0
It s the matlab code to implement the dwt in the frequency domain-implement discrete wavelet transform in fourier domain
Date
: 2025-12-27
Size
: 3kb
User
:
mumu
[
File Format
]
matlab-maikesiwei--fagncheng
DL : 1
1D求解麦克斯韦方程组,等离子体密度,电子密度,matlab程序,+作图-1D solving Maxwell' s equations, the plasma density, electron density, matlab program,+ mapping
Date
: 2025-12-27
Size
: 1kb
User
:
刘明
[
File Format
]
evolution-game-matlab
DL : 0
一个演化博弈的小程序。非常有用。用matlab写的,非常非常有用。-a evolution game thoery simulation,a matlab program,it s very useful.really usefull,really really usefuly. kao,20 zifu?
Date
: 2025-12-27
Size
: 200kb
User
:
jingchongyi
[
File Format
]
MATLABs-tool
DL : 0
熟悉和掌握MATLAB 程序设计方法,掌握MATLAB GUI 程序设计,学习和熟悉MATLAB图像处理工具箱,学会运用MATLAB工具箱对图像进行处理和分析。 -Acquaint with and control a MATLAB program design method, control MATLAB GUI program design, study and acquaint with MATLAB picture processing tool box, the academic association makes use of MATLAB s tool box to carry on processing and analysis to the picture.
Date
: 2025-12-27
Size
: 1.6mb
User
:
周煜
[
File Format
]
ctRecontruction
DL : 0
Set of functions performing ct reconstruction tasks like a radon transformation, a simple backprojection, a filtered backprojection using a convolution in the spatial domain, a filtered backprojection using a 2D Fourier transformation, and a filtered back projection using the central slice theorem. It includes the function myCtRecontruction that should run out of the box and uses Matlab s Shepp Logan Phantom for demonstration. It is also possible to run the myCtReconstruction with an argument myCtRecontruction(anyCtDataSet) to perform image reconstruction on a custom data set.-Set of functions performing ct reconstruction tasks like a radon transformation, a simple backprojection, a filtered backprojection using a convolution in the spatial domain, a filtered backprojection using a 2D Fourier transformation, and a filtered back projection using the central slice theorem. It includes the function myCtRecontruction that should run out of the box and uses Matlab s Shepp Logan Phantom for demonstration. It is also possible to run the myCtReconstruction with an argument myCtRecontruction(anyCtDataSet) to perform image reconstruction on a custom data set.
Date
: 2025-12-27
Size
: 6kb
User
:
Kin
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.