-
DMT
说明: 多载波调制,信道优化后的dmt程序,图像显示调整结果(Multi-carrier modulation, channel optimized dmt procedures, image display adjustment)
- 2021-03-15 16:59:23下载
- 积分:1
-
SimpleColorDetectionByHue
matlab code for Simple color detection by hue
- 2015-02-07 13:20:32下载
- 积分:1
-
PR
说明: 采用身高和体重数据作为特征,分别假设二者相关或不相关,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则,将该分类器应用到训练/测试样本(Bayes classifier is the most classic! Minimize the classification error. With the matlab language, with examples)
- 2010-12-01 20:22:36下载
- 积分:1
-
Simulink
基于Simulink的OFDM系统仿真
正交频分复用;仿真;循环前缀;802.11a(OFDM Simulation CP 802.11aOFDM )
- 2015-03-10 13:54:02下载
- 积分:1
-
APPLICAT
application receiving bets on the numbers game and rewards Correct diagnoses.
- 2015-04-16 08:16:42下载
- 积分:1
-
Matlab_Sample100
Matlab 编程百例,有百个原程序
Matlab 编程百例,有百个原程序()
- 2008-05-04 09:50:44下载
- 积分:1
-
Simulation-of-SINS
捷联惯导仿真,对于初学惯导的人进行matlab仿真有很大的帮助!(Simulation of SINS)
- 2013-12-13 16:40:03下载
- 积分:1
-
Fuzzy_PD_Controller_2nd_order_sys
fuzzy PD control of dynamic system
- 2015-04-04 11:42:15下载
- 积分:1
-
Parcial2_2
This function takes a quantized analog signal and calculating the signal to noise ratio SNR
- 2012-05-11 15:20:27下载
- 积分: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