-
一个黄金分割法求最优区间
一个黄金分割法求最优区间-golden section method
- 2022-01-25 17:48:45下载
- 积分:1
-
eight Queen's achievement
八皇后c++实现-eight Queen"s achievement
- 2022-04-16 20:57:15下载
- 积分:1
-
serial port
这个解释有点复杂和晦涩。我们的
- 2023-07-22 03:20:03下载
- 积分:1
-
Function is passed by value, teach you how to use the C language programming, te...
函数按值传递,教你如何用使用C语言编程,教学用。-Function is passed by value, teach you how to use the C language programming, teaching.
- 2022-10-11 02:35:03下载
- 积分:1
-
tossim中dymo路由
nesc语言编写的dymo路由协议nesc语言,tinyos,dymo路由协议
- 2023-04-07 20:35:03下载
- 积分:1
-
基于混沌的加密
应用背景元胞自动机在密码学领域是有用的?虽然确定性,所代表的细胞的细胞自动机模拟的信息是不会产生的可逆的,逻辑的数学算法,它是通过一个过程,而不是不像现实生活中产生的。这实际上可能是最接近的,我们可以得到真正的随机数据从一台计算机,但能够复制它完全应该我们知道的初始配置。关键技术首先是使用一个现有的位图图像。网格的宽度和高度都设置为相同的尺寸作为原始图像,和每个细胞的状态集从相应的源像素的亮度,通过过程称为误差扩散(较暗的像素,更可能的细胞会变得活跃,用黑色像素有100%的几率,而像素0 %的机会)。
- 2022-07-17 06:18:06下载
- 积分:1
-
用c实现IFFT,需输入信号
用C语言实现IFFT的算法,不过在程序中需要有输入信号。希望能有什么帮助。
- 2022-02-25 09:35:56下载
- 积分: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
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
SPWM STM32
应用背景
PWM控制的思想源于通信技术,全控型器件的发展使得实现PWM控制变得十分容易。
PWM技术的应用十分广泛,它使电力电子装置的性能大大提高,因此它在电力电子技术的发展史上占有十分重要的地位。
关键技术STM32单片机作为主控,BLDC电机是比较的成熟的电机控制模式。y用电源逆变原理完成的项目,生活中的电机很多是利用逆变电源原理。PWM控制技术正是有赖于在逆变电路中的成功应用,才确定了它在电力电子技术中的重要地位。现在使用的各种逆变电路都采用了PWM技术。
- 2022-03-23 17:22:32下载
- 积分:1