-
DspBuilder
应用matlab/dsp builder可以对多种类型的电子线路模块或系统进行建模、分析和硬件实现,本文档给出了一些使用模块的设计实例,让大家更好的学习。(Application matlab/dsp builder can be various types of electronic circuit modules or systems modeling, analysis and hardware implementation, this document gives some examples using the design module, so that we better learning.)
- 2011-11-24 16:20:08下载
- 积分:1
-
matlabbianchengbook
6本matlab电子书 能帮助初学者极大的极高matlab编程水平(6 e-book can help beginners matlab great deal of high level programming matlab)
- 2009-05-16 15:05:54下载
- 积分:1
-
junheng
不调用库函数实现图像灰度的压缩以及均衡的matlab小程序(Call the library functions are not compressed, and gray balance of a small program matlab)
- 2011-04-29 16:29:25下载
- 积分:1
-
rate-equ
速率方程求解,的详细过程。还有范例,方便一步一步学习(Rate equations, the detailed process. There sample rate equations, the detailed process. There are examples)
- 2020-09-12 20:07:59下载
- 积分:1
-
SVPWM
逆变器用svpwm空间矢量脉宽调制程序详解,matlab仿真使用。(Inverters svpwm space vector pulse width modulation Detailed procedures, matlab simulation use.)
- 2013-11-28 13:13:38下载
- 积分:1
-
DBF
线阵的matlab下的各类程序源代码,值得学习。(capon music jldasjuopqew)
- 2015-04-09 11:15:08下载
- 积分:1
-
rjMCMC
可逆跳转马尔科夫链蒙特卡罗算法,可用于图像处理、音频处理等领域,其中有详细解释(rjmcmc simulation aims at approximate a noisy nolinear function)
- 2021-03-07 15:39:30下载
- 积分:1
-
path-tracking
差速轮式机器人轨迹跟踪,轨迹包括直线,圆,八字形。算法基于李雅普诺夫稳定判定。(Differential wheeled robot trajectory tracking, track, including lines, circles, figure eight. Algorithm based on Lyapunov stability determination.)
- 2021-04-20 16:28:50下载
- 积分:1
-
roughs3
基于fft的三维高斯粗糙面生成,可以快速模拟三维高斯粗糙面,便于更深层次的研究(3d gauss rough surface)
- 2010-10-27 11:20:08下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1