-
dsp
这是关于现代信号处理的一些课件,主要讲述了有关离散序列的傅里叶变换等(This is about some of the courseware of modern signal processing, mainly tells about the discrete Fourier transform sequence)
- 2010-12-29 16:10:55下载
- 积分:1
-
detecting_target
对雷达帧扫秒到的运动目标进行跟踪,并在MATLAB中进行仿真和验证(Frame on the radar sweep seconds to track moving objects, and carried out in the MATLAB simulation and verification)
- 2010-05-08 19:19:08下载
- 积分:1
-
Matlab-mathematical-application
matlab 数学应用,讲解如何用matlab求数学极限,倒数,积分,微分等数学运算(Matlab mathematical application)
- 2012-03-28 21:05:21下载
- 积分:1
-
PID
一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,
而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可
大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余
数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
(A typical PID process, using the microcontroller as a control cpu, make some simplification, the specific PID parameters must be determined experimentally by a specific object. As the chip processing speed and ram resource constraints, generally do not use floating-point operations, and all parameters of all integers, and divided by an operator to the last N-th power of 2 data (the equivalent of the shift) for a similar fixed-point operations, can greatly improve the speed of operation, according to the different requirements of precision control, when high precision, attention to retain the shift caused by the " remainder" and on the remainder of compensation. This procedure is commonly used basic structure pid algorithm, does not include input and output processing section.)
- 2011-07-17 23:45:45下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
Development_of_location-aware_applications
位置感知应用程序市场
位置估算技术
其它S60 平台运行时中的位置API
使您的应用程序感知位置时需要考虑的因素
协助测试的开发工具。(Location-aware applications market position estimation techniques other S60 platform run-time the position of the API to your application-aware location factors to be considered to help test the development tools.)
- 2010-08-31 13:57:39下载
- 积分:1
-
PROIECT_SwEA
Spectral analysis. Analysis, signal coding and voice synthesis in Matlab
- 2010-12-19 14:58:36下载
- 积分:1
-
lzchirpshipei11
利用MATLAB作的完整实例,包括界面显示和信号处理、滤波、分离等功能。(The use of MATLAB for the integrity of the examples, including the interface display and signal processing, filtering, separation of functions.)
- 2004-06-02 15:43:44下载
- 积分:1
-
finger_segment
指纹识别源代码,用matlab编程实现的指纹识别源代码,简单易懂,非常实用(Using Guide:matlab 6.5 version (or over version) + image proceesing tools
The 1st step, change the files directory as the matlab current directory
The 2nd step, in the "command" window, input "GUI", then "Enter"
The 3rd step, GUI will be shown.
)
- 2010-05-12 20:40:54下载
- 积分:1
-
classify
KNN用于模式分类的很好的例子,供大家学习,希望对大家有帮助(KNN classification for a good example for all to learn. . .)
- 2011-06-15 00:29:51下载
- 积分:1