-
PSO算法的MATALAB实现
运用粒子群算法,实现交流斩波器的特定谐波消去。根据交流斩波器的输出电压方程,建立其数学模型,运用粒子群算法计算相应的开关角,控制开关在相应的角度开通,即可在交流调压的同时实现特定消谐。
- 2022-05-25 12:58:02下载
- 积分:1
-
犯错
java1
- 2022-06-29 06:18:03下载
- 积分:1
-
malab数值解法
本源代码详细编出多种格式求解对流扩散方程的源代码,非常有用,对求解对流扩散问题有很大帮助,并且代码都有详细的中文注解,简单易懂,对于编程能力不是很好的同学有很大帮助。
- 2022-07-23 18:11:49下载
- 积分:1
-
MATLAB最优化问题中的armijo线搜索算法
MATLAB编的最优化算法,利用armijo算法进行线搜索。armijo算法是最优化问题中确定步长最常用的算法之一,可以比较快速高效的确定收敛步长。
- 2022-06-02 10:55:32下载
- 积分:1
-
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照...
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons.
- 2022-01-24 14:42:03下载
- 积分:1
-
LMF方法解非线性方程组,有例子,可以直接运行!
LMF方法解非线性方程组,有例子,可以直接运行!-LMF method to solve nonlinear equations, there are examples, can be directly run!
- 2023-05-04 01:50:03下载
- 积分:1
-
链表的创建及主要操作
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
- 2023-04-03 00:30:04下载
- 积分:1
-
vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用...
vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculation functions, I was often alone using them
- 2022-04-12 20:05:14下载
- 积分:1
-
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释...
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、―、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系统 5.出错保护:有良好的出错保护系统,命令行输入错误,程序仍能正常运行。-this program is pure C-language series based on a command line of four Operational calculator. Mainly used in the calculation of four computing the value of the expression, and can achieve four band arbitrary conversion between the two. The main functions : 1. Four computing : the ability to interpret and apply the four Operational expression. Four operations is included ,-,*,/,.( decimal point) and digital arithmetic expressions, for example : 2.9* 3 (5-6/3)-4 (8* 6); 2. Wrong warning : to be able to not grammar of expressions is the corresponding error warnings, the procedure is a total of eight major categories of warning 3. Decimal Conversions : can do binary, octal, decimal, hexadecimal arbitrary b
- 2022-02-13 01:07:58下载
- 积分:1
-
输入三角形的三点坐标,计算三角形面积,周长
输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
- 2022-08-25 19:47:59下载
- 积分:1