-
C实现的Matlab函数filtfilt
应用背景功能强大的Matlab零相移数字滤波器filtfilt函数的C语言实现。数字信号处理非常有用的哦关键技术滤波器的频率响应由幅度响应和相位响应两部分组成,在信号处理的某些场合中, 希望设计的滤波器的相位响应能够严格为零。那就要用到Matlab的这个函数,这里将Matlab语言翻译了为C语言。主要就是一些矩阵的运算,高等数学的知识
- 2023-05-17 13:15:03下载
- 积分:1
-
一个数值微分的例子
一个数值微分的例子-Examples of a numerical differentiation
- 2022-03-01 11:01:56下载
- 积分:1
-
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题...
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题的求解 。为此,我们使用一个类来管理这个求解的问 题,先写一个对这个类进行声明的头文件 EllipticEquation.h-Use AFEPack package for solving variable coefficient elliptic quadratic equation. In solving this problem, the first to organize the structure of the procedure will change coefficient of quadratic terms added to the list of factors, and make it more conducive to the complexity of some of the problem solving. To this end, we use a class to manage to solve this problem, first write a statement of this type for the header files EllipticEquation.h
- 2022-10-04 20:40:03下载
- 积分:1
-
c++成员指针的例子
c++成员指针的例子-members pointer example
- 2022-07-07 10:39:12下载
- 积分:1
-
Three
三维框架梁单元C++版本的源程序 可以使结构力学的概念更上升一个层次-Three-dimensional beam element framework for C++ Version of the source can make the concept of structural mechanics even went up a level
- 2022-08-19 07:47:18下载
- 积分:1
-
LZW图片压缩算法
字符串和编码的对应关系是在压缩过程中动态生成的,并且隐含在压缩数据中,解压的时候根据表来进行恢复,算是一种无损压缩.
根据 Lempel-Ziv-Welch Encoding ,简称 LZW 的压缩算法,用任何一种语言来实现它.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-06-01 05:25:33下载
- 积分:1
-
HEC 虚拟机源码
HEC 虚拟机源码
verview of HEC on Win32
------------------------
There are 4 batch files which you can use to build and maintain HEC
1) bldall.bat - makes all the win32 binaries
2) mvbin.bat - moves all the win32 binaries to the win32in directory
3) wipe.bat
- 2022-02-10 02:24:18下载
- 积分:1
-
曼彻斯特编解码 Xilinx提供 Verilog代码manchester_verilog
曼彻斯特编解码 Xilinx提供 Verilog代曼曼彻斯特编解码 Xilinx提供 Verilog代码manchester_verilog彻斯特编解码 Xilinx提供 Verilog代码manchester_verilog码manchester_verilog
- 2023-03-26 14:35:03下载
- 积分:1
-
C++编写的n阶方阵求逆的实现
题目:n阶方阵求逆的实现总体需求:编写一个实现求矩阵逆矩阵的程序。功能需求:1) 输入一个n(n
- 2022-05-19 21:28:33下载
- 积分:1
-
C#编写的Guass消去法
C#编写的Guass消去法-C# prepared by the Gauss elimination method
- 2022-02-28 18:11:34下载
- 积分:1