-
wieneropt.m
weiner optimal filtering
- 2009-11-25 03:48:51下载
- 积分:1
-
arrow
ARROW(Start,Stop) draws a line with an arrow Start to Stop (points should be vectors of length 2 or 3, or matrices with 2 or 3 columns), and returns the graphics handle of the arrow(s).
- 2015-02-03 16:19:42下载
- 积分:1
-
cand
说明: 数学建模,正态性检验MATLAB程序,经检验,很好,很牛逼!(Mathematical modeling, MATLAB test normal procedures, by inspection, very good, very牛逼!)
- 2009-08-15 16:24:54下载
- 积分:1
-
MATLAB
matlab使用过程中使用较多的一些函数合集(matlab process of using some of the functions use more collection)
- 2013-08-14 23:21:55下载
- 积分:1
-
Rafal_Majorczyk_Sharp8_AssignmentA
Goal of the project was to implement numerical methods for solving systems of linear algebraic equations using MATLAB software. First of all I had to learn the structures of programming in MATLAB, later on I was able to implement and test numerical algorithms for solving given problems. All results, comments and conclusion are placed in this report. At the end of the report one can find my MATLAB programs, and sources which were used as a help for me during evaluation. Each task is presented under separated heading, with its full description, problem discussion, my approach for solving it and explanation.
- 2011-05-11 20:56:58下载
- 积分:1
-
Enhanced-image-contrast
在matlab中采用灰度变换的方法增强图像的对比度(In matlab using gray transform method to enhance the contrast of images)
- 2014-12-11 13:32:42下载
- 积分:1
-
test_gray
MATLAB程序代码,测试图像灰度平均值的程序,希望对大家有用。(MATLAB program code, test the image gray mean value of the program, I hope useful for everyone.)
- 2015-01-29 15:23:42下载
- 积分:1
-
Simul1
describe how you can use matlab project
- 2015-02-01 09:31:52下载
- 积分:1
-
Bessel-Functions
说明: Bessel 函数与三角函数之积的级数展开及在微波滤波器中的应用.(Serie s Expansions of the Poduct of Be s sel Functions and Sine/ Co sine
Functions and Their Applications in Microwave Filter)
- 2011-04-08 15:58:48下载
- 积分: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