-
加权傅里叶线性组合
应用背景WFLC过滤器是FLC被用来当调查信号显示振荡模式,但随时间变化的期限延长。WFLC是一个自适应滤波器,允许一个准周期信号分析跟踪。 ;关键技术WFLC算法扩展 ;模糊控制算法也适应时变参考 ;信号的频率,利用修正的LMS算法。 ;如果频率变化的足够快,WFLC性能会下降。即使在存在;两个或三个频率间隔紧密的谱域 ;可以影响WFLC性能。 ;
- 2022-03-11 09:23:13下载
- 积分:1
-
对图片进行快速傅里叶变换,输出变换后结果图片
对图片进行快速傅里叶变换,输出变换后结果图片-Fast Fourier transform of the picture, the output result of the transformed image
- 2022-08-20 03:30:01下载
- 积分:1
-
迭代法的收敛与收敛速度的比较
Private Sub Form_Load() Label1.Caption = "方程的三个割根区间分别为(-3.6,-3.5),(0,0.1),(3.4,3.5)" Label2.Caption = "牛顿法可使用三个割根区间" Label3.Caption = "普通迭代法—格式1只能使用割根区间(-3.6,-3.5)和(3.4,3.5)" Label4.Caption = "普通迭代法—格式2 使用割根区间(0,0.1)"End SubPrivate Sub Command1_Click() Dim x!, y!, k% x = Val(Text1.Text) If Text1.Text = "" Then 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-27 06:50:04下载
- 积分:1
-
using FORTRAN prepared by the parabolic equation numerical algorithm
用fortran编写的抛物线方程的数值算法-using FORTRAN prepared by the parabolic equation numerical algorithm
- 2023-08-14 13:25:02下载
- 积分:1
-
函数绘图程序 VB 编写
可以绘制初高中 函数图像 支持颜色,精度修改
鼠标执针定位...
函数绘图程序 VB 编写
可以绘制初高中 函数图像 支持颜色,精度修改
鼠标执针定位-VB function drawing program to prepare middle and high school mapping function can support color images, the accuracy of needle positioning modified mouse bailiff
- 2022-03-13 08:07:27下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
this file need a traffic log in txt format, given the traffic log, it gets the i...
this file need a traffic log in txt format, given the traffic log, it gets the ip address source and destination to perform the IP-lookup following the Huang s algorithm, as result it returns another txt showing the right port and destination ip
- 2023-04-05 05:05:03下载
- 积分:1
-
bo tay voi trang
DSSFDSDFCCCCCCCCCCJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
- 2022-03-07 16:52:54下载
- 积分:1
-
sofm神经网络的c++程序
神经网络是新技术领域中的一个时尚词汇。很多人听过这个词,但很少人真正明白它是什么。本文的目的是介绍所有关于神经网络的基本包括它的功能、一般结构、相关术语、类型及其应用。
一个真正的神经网络是由数个至数十亿个被称为神经元的细胞(组成我们大脑的微小细胞)所组成,它们以不同方式连接而型成网络。人工神经网络就是尝试模拟这种生物学上的体系结构及其操作。在这里有一个难题:我们对生物学上的神经网络知道的不多!因此,不同类型之间的神经网络体系结构有很大的不同,我们所知道的只是神经元基本的结构。 这是一个SOFM神经网络的c++程序。
- 2022-02-09 11:31:06下载
- 积分:1
-
数值积分法的实现
数值积分法的实现-numerical integration method for the realization
- 2022-07-06 17:05:45下载
- 积分:1