-
Useful_matlab_codes
The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane
- 2009-03-27 03:11:05下载
- 积分:1
-
DSP-matlab_hunhekaifa
DSP程序开发——MATLAB调试及直接目标代码生成,西电2003年李真芳(DSP Program Development- MATLAB debugging and direct object code generation, Western Electric in 2003 Li-fang)
- 2008-04-10 16:46:32下载
- 积分:1
-
MatlabFunction
matlab函数大全 非常不错的资料啊(matlab function Guinness is very good information ah)
- 2008-05-23 10:46:01下载
- 积分:1
-
pso_vcpp
粒子群算法
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。(pso
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。)
- 2009-07-15 14:07:42下载
- 积分:1
-
The-application-of-Copula
copula函数在海洋中的应用,并且举出了理论和实例,有一定参考作用(The application of Copula)
- 2013-08-07 15:00:37下载
- 积分:1
-
new1
clc
clear
number of subbands
K = 32
oversampling ratio
O = 2
decimation rate
D = K/O
number of taps per polyphase component
P = 3
total prototype filter length is L = D*P
prototype filter
- 2013-04-29 22:34:40下载
- 积分:1
-
image-tracking-procedures
Matlab基于卡尔曼的视频序列帧图像的跟踪程序(Matlab based Calman frames of a video sequence image tracking procedures)
- 2012-08-31 10:44:00下载
- 积分:1
-
strimap-SAR
可以处理基于步进频率连续波的GPR数据,stripmap SAR方法可以很好的聚焦图像(processing GPR data based on SFCW,and the stripmap SAR algorithm can obtain better image )
- 2012-12-11 15:16:04下载
- 积分:1
-
FDM
正交频分复用(OFDM)是一种特殊的多载波传输技术。它可以有效地对抗多径衰落,能够以很高的频谱利用率来实现高速数据传输。分析介绍了OFDM系统的基本原理及系统性能,以Matlab为开发平台,仿真了OFDM系统的误码率,仿真结果表明OFDM系统在较低信噪比下也具有较好的性能(Orthogonal Frequency-division Multiplexing(OFDM) is a special kind of multi-cartier transmission technology. It can effectively overcome multi-path fading and increase the spectral usage efficiency to implement high-speed data transmission. This paper analyzes the basic principle of OFDM system and system performance, and simulates the Bit Error Rate (BER) of OFDM system on the platform of Matlab. The simulation results show that the OFDM has a good performance.[)
- 2010-06-16 08:26:16下载
- 积分:1
-
rbpfdbn
% PURPOSE : Demonstrate the differences between the following
% filters on a simple DBN.
%
% 3) Particle Filter (PF)
% 4) PF with Rao Blackwellisation (RBPF)( PURPOSE: Demonstrate the differences between the following filters on a simple DBN. 3) Particle Filter (PF) 4) PF with Rao Blackwellisation (RBPF))
- 2020-07-03 22:20:01下载
- 积分:1