-
DTFT
this is about DTFT.DTFT s matlab code and it is for Discrete time fourier transform.
- 2009-06-25 08:20:29下载
- 积分:1
-
深度优先搜索算法mat
深度优先搜索算法Matlab源码
% 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释
% 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法(Depth-first search algorithm Matlab source this procedure site collected from abroad, is the standard depth-first search algorithm, can be achieved and the detection circuit node traversal functions, details see the original English Notes I added this procedure randomness, that is, bifurcation encountered when a randomly selected node, become a random depth-first search algorithm)
- 2020-07-06 15:08:58下载
- 积分:1
-
StructureandMotionPipline
The images are organized into a tree with agglomerative clustering, using a measure of overlap as the distance. The reconstruction then follows this tree from the leaves to the root. As a result, the problems is broken into smaller instances, which are then separately solved and combined. Compared to the standard sequential approach, this pipeline boost computational efficiency by one order of magnitude, it is independent from the initial pair of views, and copes better with drift problems
- 2010-11-28 16:35:21下载
- 积分:1
-
modifiedjakesmodel
modified jakes model. matlab code.working fine
- 2012-09-09 19:19:09下载
- 积分:1
-
CA_Sequential
实现了向量的聚类算法,输入三个参数:向量集合、划分数目和设定的阈值,就可得到聚类结果,以欧式距离作为距离判别准则。(Realize the vector of the clustering algorithm, the input three parameters: vector set and the division of number and set threshold, can get clustering results to the Euclidean distance as a criterion for distance.
)
- 2011-11-11 22:21:00下载
- 积分:1
-
pq
说明: 基于P-Q分解法的潮流计算适合初学者学习程序简单易懂(PQ decomposition method based on the trend of the calculation procedure for beginners Learn easy-to-read)
- 2008-08-29 13:33:40下载
- 积分:1
-
lab2
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:56下载
- 积分:1
-
DSp
Here i attach the MATLAB codings for dsp applications. with the help of these coding we can easily design the dsp applications
- 2013-07-30 14:03:53下载
- 积分:1
-
adaptive_OFDM
自适应的MIMO-OFDM matlab源码(Adaptive MIMO-OFDM matlab source)
- 2008-06-10 21:42:57下载
- 积分:1
-
DIGITALFILTER
说明: 数字滤波器的几个仿真代码,大家先看看,不知是否有用(Digital Filter Matlab Simulation)
- 2009-08-09 12:16:35下载
- 积分:1