-
MATLAB6.5BOOK
matlab的参考书,介绍了matlab的界面,操作,工具,函数等,并有应用于图形图像处理的例子,代码。(reference books matlab, matlab introduced interface, operation, tools, functions, and graphics are applied to image processing examples, code.)
- 2009-05-29 15:18:03下载
- 积分:1
-
Analyze
this code for analyse data and draw plot in matlab.
- 2014-08-18 15:03:17下载
- 积分:1
-
心电信号的周期峰值检测算法 LVMck
Matlab源码:关于心电信号的周期峰值检测算法(Matlab source: on the ECG cycle peak detection algorithm)
- 2011-11-05 20:29:35下载
- 积分:1
-
Isotropic_Fiber_Simulations
非线性薛定谔方程求解光传输过程matlab(Isotropic_Fiber_Simulations.zip)
- 2009-06-02 11:30:11下载
- 积分:1
-
threshold_segmentation
说明: 用阈值迭代分割算法对图像进行二值化(matlab)(Iterative segmentation algorithm with the threshold value of the image binarization (matlab))
- 2009-08-27 10:38:53下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
amathematicaltheory
说明: 通信始祖山农的1948年的通信开山之作,通信系统的数学理论,具有理论研究意义(Communication before the communication 1948 Zu Shannong pioneer for, the mathematical theory of communication systems, with significant theoretical research)
- 2010-04-27 22:19:46下载
- 积分:1
-
Active-Inductor-Current-Balancing
Active Inductor current balancing for multiphase buck-boost converter
- 2012-10-30 20:42:39下载
- 积分:1
-
Active-power-filters-A-review
APF 资料 比较 总体比较资料 权威 IEEE 重要资料(Comparative information Comparative information APF overall authority IEEE important information)
- 2014-09-07 16:59:20下载
- 积分:1
-
P63_Sim_Eqn_Tridiagonal
This program includes the Simpson s equation for tridiagonalmethod implementation in matlab.
- 2014-09-21 14:09:02下载
- 积分:1