搜索资源列表
Data-Structures-in-C
- Data Structures in C:Concept and Implementation. Data Structures in C Power Point
welch.PSD.c
- Wetch功率谱计算,采用c语言编制!-Wetch power spectrum calculated using c language!
hunhebianma
- VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programmi
FFT
- 电力系统FFT算法的改进,有需要的朋友可以下载看看。这可是我实际应用产品的程序哦-FFT algorithm for power system improvements, there is a need to look at the Friends can be downloaded. This is the practical application of my process Oh Products
fft
- 本文件包含三个小程序,分别为用fft实现功率谱估计、实现快速卷积和快速相关。对了解fft在c中的编程很有帮助-This document contains three procedures were used to achieve power spectrum estimation fft, fast convolution and fast correlation. Fft to know programming in c in the helpful
FLOW
- 这是应用C语言编写的电力系统潮流计算的源代码,采用的方法是牛顿——拉夫逊法。-This is the application of C language flow calculation of power system source code, the methodology is the Newton- Raphson method.
c
- 电力系统短路故障计算 ,应用于电力系统分析。-Power system fault calculation
Harmonicinterferencesuppression
- 针对混沌参数调制( C P M) 的电力线通信( P L C) 中谐波引起的窄带干扰, 两阶段动态估计方法根据最小 相空间体积( MP S V) 准则估计模型参数, 计算量大。为此, 提出将未知参数合并到增广状态矩阵的联合卡尔曼滤 波方法, 避免了专门的参数估计过程, 在提高增益性能的同时有效降低了计算量。方法的性能通过对混沌电力 线通信下的单音干扰和多音干扰的有效抑制得到了验证。-For the chaotic parameter modulation (CPM) of th
fft
- FFT algorithms FFT, IFFT, power spectrum calculation, including the Hamming window, Hanning window, triangle window, Blackman window, 4 term Blackman-Harris window of several of the power spectrum window function computing power.
3-power-spline--CPP
- 3次样条插值函数的C++ 算法,简单易懂易操作-3 power spline interpolation function-C++
power-system-chaoliu-CPP
- 电力系统C++潮流计算程序,较详细的编写了运用牛顿-拉夫逊法编写的C++程序-Power flow calculation program C++
power-flow-with-c
- 电力系统计算潮流程序,使用c语言,牛顿拉夫逊法-The power flow of power system computation procedures, use c language with Newton Raphson method
power-flow-inSharpC
- 3节点3支路的潮流计算程序,用C语言编写的-3 Node 3 branch flow calculation program, written in C language
power-method
- 用幂法反幂法求解方阵的最大最小特征值及其特征向量,C语言程序,基本的数值计算算法-power method and inverse power method
Treelike-Open-Network-Power-Flow
- 电力系统的树形开式网络的潮流计算程序。 应用牛顿法实现多元非线性方程组的求解。 利用C++和matlab混合编程实现。-Power System, Open Network in tree form, Newton Algorithm, Nonlinear multivariable equations, C++ and matlab.
power-flow-for-linear-network
- 直线型开式网络的潮流计算, 利用前推回推法求解。 C-linear-type network, power flow,Forward and backward extrapolation, C++
fft-conveid-by-c
- 用c程序实现fft算法,代码简单,在编写程序时可以当做子函数来调用,比如用c编写功率谱算法时可以调用该算法,简单易懂-Fft algorithm with c program, code, programming can be used as subroutines to call, such as power spectrum algorithm is written using c can call the algorithm is simple to understand
genetic-power-optimise
- 基于C++的电力系统系统遗传算法无功优化程序.-The genetic algorithm-based C++ the power system reactive power optimization program.
c
- Armstrong数具有如下特征:一个n位数等于其个位数的n次方之和。如: 153=13+53+33 1634=14+64+34+44 找出2、3、4、5位的所有Armstrong数。-Armstrong number has the following characteristics: a n digits equal to its n-th power, and in the single digits. Such as: 153 = 13+53+33 1634 =
assignment4.c
- Power Method & Shifted Inverse Powermethod to find the eigenvalues & eigenvectors of a matrix