-
juliangfa
矩量法是求解电磁场边界值问题中一种行之有效的数值方法.它所做的工作是将积分方程化为差分方程,或将积分方程中积分化为有限求和,从而建立代数方程组,故它的主要工作量是用计算机求解代数方程组.所以,在矩量法求解代数方程组过程中,矩阵规模的大小涉及到占用内存的多少,在很大程度上影响了计算的速度.如何尽可能的减少矩阵存储量,成为加速矩量法计算的关键.此处介绍了方法(MoM is the solution of electromagnetic field boundary value problem in an effective numerical method. It is the work done by integral equations into differential equations, or integral equations into a finite sum of points, so as to establish algebraic equations Therefore, it is the main workload of the computer to solve algebraic equations. Therefore, in the moment method for solving algebraic equations, the matrix size relates to the amount of memory, to a large extent affected the speed of calculation. how to maximize the reduction of matrix storage has become accelerated MoM calculation of the key. introduce the method here)
- 2008-06-08 11:12:09下载
- 积分:1
-
gauss
应用Visual C++ 产生高斯噪声序列,可以加到任何信号上,以便进行其他处理。(Application of Visual C++ generated Gaussian noise sequence, can be added to any signal for other treatments.)
- 2010-07-30 22:00:02下载
- 积分:1
-
MpskSim
无线通信调制C++源代码,包含MPSK调制算法(Wireless communication modulation C++ source code, including MPSK modulation algorithm)
- 2014-08-07 07:34:44下载
- 积分:1
-
Distribution-power-flow-calculation
潮流计算程序,通过IEEE30节点验证,程序可以正确运行。(Distribution power flow calculation. IEEE30 node validation)
- 2014-12-12 10:30:33下载
- 积分:1
-
VCandMatlab
此电子书为VC++与Matlab混合编程的快速实现。对信号处理学习者有一定的帮助(This e-book for the VC++ and Matlab Fast implementation of hybrid programming. On signal processing to help learners have a certain)
- 2010-08-05 15:51:34下载
- 积分:1
-
AnsiToAscii
Ansi To Ascii and Ascii to Ansi converter
- 2014-10-02 17:22:59下载
- 积分:1
-
cc
说明: 图像骨架提取,使用matlab开发环境,供同志们使用(Image skeleton extraction using matlab development environment for comrades)
- 2013-03-08 12:13:36下载
- 积分:1
-
Matcom_code
实现VC与MATLAB的无缝对接,让您能轻松的将matlab程序移植到VC平台,并能脱离matlab平台运行,程序中使用了matcom进行编程,并有详细的调试说明。绝对值得下载哦。。。(VC and MATLAB to achieve a seamless connection, so you can easily migrate to matlab program VC platform and can run from the matlab platform, procedures matcom used to program and debug a detailed description. Oh, definitely worth downloading. . .)
- 2009-05-24 10:06:02下载
- 积分:1
-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
base2fft
根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线上,所以输出数据可以立即存入原输入数据所占用的存储单元。这种方法可称为原址计算,可节省大量的存储单元。附件包含算法流程图和源程序。(err)
- 2008-04-20 23:11:05下载
- 积分:1