-
SOR超松弛迭代法解线性方程组(C语言)
现有大多数迭代法不是对各类线性方程组都有收敛性,在解题时要对原方程组矩阵作一根本的变换,从而可能使条件数变坏,
也可能破坏了变换前后方程组的等价性,以及丧失使原方程组的对称性。但是SOR迭代法可以避免这类问题
- 2023-04-05 17:30:03下载
- 积分: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
-
短距离无线通信技术综述
资源描述摘要(随着网络及通信技术的飞速发展!人们对无线通信的需求越来越大!也出现了许多的无线通信协议)文章
对目前使用较广泛的蓝牙*+%,-$$"./0/’和1234无线协议分别进行了阐述!比较了他们技术上的异同点!讨论了
在选择*使用这些技术时应注意的问题!对较具发展潜力的新无线技术标准5.6!7/8699也进行了阐述)对他们的未来
应用进行了展望)
关键词(蓝牙:1234:./0/:5.6:7/8699
- 2022-02-05 08:12:21下载
- 积分:1
-
简单的角度计算,能进行简单加减发运算
简单的角度计算,能进行简单加减发运算-simple perspective, the simple addition and subtraction can be made Operational
- 2022-09-24 07:40:03下载
- 积分:1
-
感知器的demo,批处理模式识别作业type.typically有用
感知机算法演示程序,批处理。用于模式识别课程作业-perceptron demo,batch type.typically useful to Pattern Recognition homework
- 2023-04-16 14:05:04下载
- 积分:1
-
猴子吃桃的问题:
此程序是用递归做出来的,方法很简单
猴子吃桃的问题:
此程序是用递归做出来的,方法很简单-monkeys eat a peach : This procedure is done using the recursive method is very simple
- 2022-04-09 19:03:22下载
- 积分:1
-
实现时间序列建模的marple算法,具体操作程序里有提示
实现时间序列建模的marple算法,具体操作程序里有提示-Achieve time-series modeling marple algorithm, specific procedures have prompted
- 2022-02-15 20:01:06下载
- 积分:1
-
财经类数值算法(finacial numerical recipes),压缩包内有pdf文件和c++源码...
财经类数值算法(finacial numerical recipes),压缩包内有pdf文件和c++源码-Financial category numerical algorithm (Financial numerical recipes), compressed within a pdf file and c-source
- 2022-05-07 13:55:22下载
- 积分:1
-
找到2d_maxima
这个项目包含了CPP解决了2D-maxima的问题,你可以输入一个数组,这意味着一个SERIS离散点,一发现日最高点的2-D合作。 OFEN使用的agorithems是蛮力和分块,agorithem使用快速排序,从而让即将举办的x坐标点,用途比较y中两neiborhood点从位置后方前面。和agorithem的时间compexity是n日志(n)的。
- 2022-08-10 14:28:22下载
- 积分:1
-
Hough Transform检测直线和圆的代码
实现Hough Transform检测直线和圆的代码,通过自适应画线和圆,能够找到当前的圆和直线位置
- 2022-06-14 08:36:13下载
- 积分:1