-
MATLAB_Tutorial_Communication_Simulation_pdg
MATLAB通信仿真pdg教程MATLAB Tutorial Communication Simulation pdg(MATLAB Simulation of Communication pdg Tutorial MATLAB Tutorial Communication Simulation pdg)
- 2010-08-02 12:20:33下载
- 积分: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
-
017854-01
MATLAB应用技术配套电子教案
第一章 MATLAB基本知识
第二章simulink 仿真技术
第三章 电力电子与MATLAB应用技术
第四章 MATLAB与交直流调速系统仿真
第五章MATLAB与电力系统仿真
第六章 MATLAB与模糊控制系统
第七章 MATLAB其他应用技术(MATLAB Applications MATLAB supporting electronic teaching the basics of Chapter II Chapter III Chapter simulink simulation with MATLAB Applications Power Electronics Chapter MATLAB simulation of speed control system with AC-DC Chapter MATLAB Power System Simulation with MATLAB and Fuzzy Chapter VI Chapter VII of the other control system application technology MATLAB)
- 2010-10-18 14:22:26下载
- 积分:1
-
imagefusion
图像图像的多聚焦融合,既两幅图片不同焦距的融合(used in imagefusion)
- 2011-04-22 11:22:50下载
- 积分:1
-
LU
说明: 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。(A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".)
- 2011-08-26 20:01:36下载
- 积分:1
-
Rosen
Rosen梯度投影法,用于解决非线性规划的线性约束问题,可用于解决matlab程序(Rosen gradient projection method for solving nonlinear programming problem with linear constraints can be used to solve matlab program)
- 2013-09-25 08:49:09下载
- 积分:1
-
CSsampler10M
基于压缩感知理论对单音频信号以低于奈奎斯特频率进行采样处理(Based compression perception theory, single audio signal sampling below the Nyquist frequency)
- 2012-11-13 16:51:46下载
- 积分:1
-
一类Bessel方程Matlab程序源代码
主要阐述的是使用差分法解一类Bessel方程在不同边界条件下的离散解(elaborated in the main difference is the use of a solution like Bessel equation in different boundary conditions of the Discrete Solutions)
- 2005-04-02 14:55:34下载
- 积分:1
-
Lagranges
计算方法n次Lagrange插值多项式算法的matlab程序,含实验报告,里面有详细的设计过程(Calculation of n-Lagrange interpolation polynomial algorithm matlab procedures, including lab reports, which detail the design process)
- 2010-05-23 10:38:02下载
- 积分:1
-
light_matlab
简单的matlab程序。提供给一种简单地处理图像中光照不匀的方法。图像的特征为中间偏暗,四周亮。(Simple matlab program. Provided to a simple processing of the image illumination unevenness. The characteristics of the image dim middle, surrounded by light.)
- 2012-10-30 20:50:18下载
- 积分:1