-
MATLAB-programme
本书将介绍matlab 语言,并向大家展示如何运用它去
解决经典的技术问题。(This book describes the matlab language to show you how to use it to solve the classic technical problems.)
- 2011-06-19 21:31:26下载
- 积分:1
-
GA
说明: 这是一个c++实现的基本遗传算法 很好用的,只要按照提示输入数值区间就行了或者自己把那个函数改一下就可以做了。(c++ to achieve a good basic genetic algorithm used)
- 2010-01-07 20:04:45下载
- 积分:1
-
CPP-progaram-example
C++ 学习基础源码程序,帮助初学者快速掌握C++的基本使用及基础的编码技巧(Learn basic c++ source program, to help beginners quickly grasp the basic use of c++ and basic coding techniques)
- 2014-11-28 10:12:00下载
- 积分:1
-
LCS
LCS 问题 最大公共子序列LCS 问题 最大公共子序列LCS 问题 最大公共子序列(The biggest problem common subsequence LCS LCS LCS biggest problem common subsequence problem largest common subsequence)
- 2015-01-04 21:47:33下载
- 积分:1
-
tuoputu
该程序可以实现网络拓扑图自动生成·是进行网络仿真拓扑图生成不可缺少的一部分,根据matlab下的程序修改过来,可以在VC环境下运行(The program can achieve network topology automatic generation is topological of network simulation is an indispensable part of, according to the procedure under Matlab modified, can run in VC environment)
- 2011-12-15 11:44:51下载
- 积分:1
-
huwei0607
雷达信号中的线性调频处理,能通过设置不同的参数和函数窗滤波处理对比,效果明显,是很好的程序代码。(Linear FM radar signal processing, by setting different parameters and functions window filtering contrast, the effect is obvious, is a good code.)
- 2012-06-27 16:11:01下载
- 积分:1
-
fir_lp
1. To design FIR filters in MATLAB to achieve various types of frequency selectivity, e.g., lowpass, highpass,bandpass, etc
2. To verify the frequency response of the designed filters in MATLAB
3. To implement the designed FIR filters using C6713 DSK and
4. To perform real-time testing of the performance of the designed FIR filters.
- 2012-11-21 04:52:33下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
Tcfaarziph
此源代码,是一个雷达恒虚警matlabb仿真程序源码,效果比较好
(This source code is a Leida Heng false alarm matlabb simulation program source code, the results were better)
- 2012-07-19 20:35:33下载
- 积分:1
-
Read_N_Renix
运用matlab软件进行GPS的N文件读取的matlab源代码(Matlab software using the GPS reading N matlab source code files)
- 2011-09-14 11:06:33下载
- 积分:1