-
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
-
eigenface
this script is used to calculate the eigenface of a group of photos. whitch can help to implement an algorithme of identification like PCA
- 2014-12-22 23:45:09下载
- 积分:1
-
Mij_Hess_Smith
说明: matlab编程利用hess simth面元法(边界元法)计算球体及椭球体附加质量(Matlab programming uses hess_simth surface element method (boundary element method) to calculate the additional mass of spheres and ellipsoids)
- 2021-02-03 20:09:58下载
- 积分:1
-
使用大量的有限元法求解偏微分方程,本科毕设要求参见标准测试模型,使用高阶累积量对MPSK信号进行调制识别,利用matlab GUI实现的串口编程例子,有较好的参考价值,连续相位调制信号(CPM)
使用大量的有限元法求解偏微分方程,本科毕设要求参见标准测试模型,使用高阶累积量对MPSK信号进行调制识别,利用matlab GUI实现的串口编程例子,有较好的参考价值,连续相位调制信号(CPM)产生。
- 2022-01-24 14:54:05下载
- 积分:1
-
GA-Emax-feng
应用遗传算法求解梯级水库联合优化调度问题(The application of genetic algorithm for cascade reservoirs joint scheduling problem)
- 2012-08-17 14:44:10下载
- 积分:1
-
粒子群算法的程序和使用 PSO_0810
说明: 计算粒子群算法的适应度函数,粒子群算法的程序和使用(The fitness function of pso is calculated,Particle swarm optimization program and use)
- 2020-06-23 00:20:02下载
- 积分:1
-
matlab_commu_simu
无线通讯系统的matlab仿真程序;主要包括同步,均衡,信道估计,调制解调(Wireless communications systems matlab simulation program mainly include synchronization, balance, channel estimation, modulation and demodulation)
- 2008-05-09 17:33:15下载
- 积分:1
-
maichong
脉冲控制 利用MATLAB中的simulink对脉冲波进行控制(Pulse control using MATLAB simulink in control of the pulse)
- 2010-05-10 21:29:06下载
- 积分:1
-
fuzzy-PID
自己搭建的一个模糊控制与PID控制相切换的模块,波形非常不错(fuzzy PID)
- 2012-03-28 10:21:08下载
- 积分:1
-
基于粒子群和BP神经网络的混合优化策略算法
说明: 改进粒子群算法,比较完整,自己收集的,可以运行(Improved particle swarm optimization)
- 2019-04-11 09:29:37下载
- 积分:1