当前位置:
首页 资源下载
搜索资源 - vector of complex number
搜索资源列表
-
0下载:
ofdm信道特性
Channel transmission simulator
Channel transmission simulator
%
% inputs:
% sig2 - noise variance
% Mt - number of Tx antennas
% Mr - number of Rx antennas
% x - vector of complex input symbols (for MIMO, this is a matrix, wh
-
-
1下载:
个人总结的一些科学运算时所经常用到的一些算法。有复数的各种运算,矩阵和向量的各种预算,还有一些matlab函数转化成C++后的代码。-Personal summary of some of the scientific computing when a number of frequently used algorithms. There are a variety of complex computing, matrix and vector of a variety of budgets,
-
-
0下载:
C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量;
现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~
-C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
-
-
0下载:
显示一个经验概率密度函数在输入数组中的密度分布直方图X的使用nbins箱的数目(默认pdfplot套nbins至20)。如果输入X是一个矩阵,然后pdfplot(X)的分析它的载体,并显示所有值的PDF格式。对于复杂的输入X,pdfplot(X)的显示PDF格式的-displays a histogram of the empirical probability density function (PDF)
for the data in the input array X usi
-
-
0下载:
:通过对梯度矢量流(GVF)力场迭代和轮廓收敛过程中时间开销大、不能逼近较复杂轮
廓等不足之处的分析,提出了一种新的初始轮廓线的设置方法。基于小波变换的多尺度轮廓检测算
法,能够较精确地定位出各类轮廓,在此基础上设置的初始轮廓线能够非常好地靠近图像中的各种真
实轮廓。实验结果表明,此方法有效地缩小了搜索的范围,减少了GVF迭代次数,提高了轮廓收敛的
速度,并保留了GVF Snake模型的所有优点。-: The gradient vector flow (GVF) field it
-
-
0下载:
function Px=overlay(N,omega,A,sigma,num)
OVERLAY Forms multiple power spectral density estimates.
--- -
USAGE Px=overlay(N,omega,A,sigma,num)
Calculates the periodogram using an ensemble of realizations
of a process consisting
-
-
0下载:
等间距线性阵列,阵元数M=8,阵元间距d= λ /2,等幅加权,目标方位φr =0°。产生空间白噪声矢量(复高斯分布)。
设阵列信号矢量元素s(m)=exp[j mψr],其信号幅度为1,该阵元接收机附加的高斯噪声为n(m)=nmr+jnmi,其中实虚部均为独立同分布N(0, σ2)的高斯随机数,则该通道合成信号x(m)=s(m) + n(m),其中信噪比为:
SNR = 10 lg[1/(2σ2)] = – 3 – 10 lg(σ2) (dB)
-The spacing of t
-
-
0下载:
Here, for convenience, the vector in 2D is represented by a complex number: the real
part represents the x-component and the imaginary part represents the y-component. How to get the
Fourier transform is the key of this program. Here I used the a
-
-
2下载:
稀疏矩阵的DIA/ELLPACK/COO/CSR/HYB表示形式,以及各表示形式下的稀疏矩阵乘法(稀疏大矩阵*矢量)的CUDA实现。对于矩阵中每一行稀疏元素个数较统一的情况,ELLPACK表示最佳,其次是HYB(ELL+COO)。
CUDA™ 是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序-Sparse matri
-
-
0下载:
层次分析(AHP)/网络分析(ANP)Analytic Hierarchy Process是一种十分实用的决策方法。
是对一些较为复杂、较为模糊的问题作出决策的简易方法,它特别适用于那些难于完全定量分析的问题
num:包括目标层和方案层的总层数
g:行向量(各层准则数量,包括目标层(第一层)和方案层(最后一层))。
w:返回值w是最后决策的方案层的权重,根据输出选择最佳方案
在输入矩阵时请加‘[]’号,否则会出现语法错误。
调运方式:w=hierarchy(
-
-
0下载:
NEWTONPF Solves the power flow using a full Newton s method.[V, CONVERGED, I] = NEWTONPF(YBUS, SBUS, V0, REF, PV, PQ, MPOPT) solves for bus voltages given the full system admittance matrix (forall buses), the complex bus power injection vector (for a
-