-
STFFTtool
对非平稳信号进行分段、截取,再对处理过后的短时信号做短时傅里叶变换,分析其频谱特性,并找到各个时间节点的频率特性,以便分析不同事件段内的声音特征。(The nonstationary signals are segmented, and then the interception, the short-time signal after processing the short-time Fourier transform, the analysis of the spectrum characteristics and frequency characteristics and find the different time node, in order to analyze the acoustic characteristics of different event period.)
- 2017-07-26 10:54:58下载
- 积分:1
-
DraftPP802.11ac_D2.2
IEEE 802.11ac 协议草案2012年5月版本。正式版本大概是2014年初才能确定。(IEEE 802.11ac draft version of the agreement in May 2012.)
- 2014-01-06 19:11:54下载
- 积分:1
-
ComputerGraphicsofVC
这个事关于Computer Graphics (计算机图形学)的教学代码!!!(The thing about Computer Graphics (computer graphics) teaching the code! ! !)
- 2010-05-24 15:13:55下载
- 积分:1
-
基于瑞萨单片机的给四轴飞行器通过输入飞控解锁程序
基于瑞萨单片机的给四轴飞行器通过输入飞控解锁程序
1用示波器测出遥控器输出的波形的PWM
2用瑞萨单片机自动生成同样的PWM波形
3将瑞萨单片机通过杜邦线与飞控连接
4就可以实现飞控解锁,完成电机的启动
5程序目录如上图
- 2022-03-09 15:13:27下载
- 积分:1
-
内存分配的一个简单的C程序。
对C语言一直都是抱着学习的态度,很多都不懂,今天突然被问道C语言的内存分配问题,说了一些自己知道的,但感觉回答的并不完善,所以才有这篇笔记,总结一下C语言中内存分配的主要内容。
什么是局部变量、全局变量和静态变量?
顾名思义,局部变量就是在一个有限的范围内的变量,作用域是有限的,对于程序来说,在一个函数体内部声明的普通变量都是局部变量,局部变量会在栈上申请空间,函数结束后,申请的空间会自动释放。而全局变量是在函数体外申请的,会被存放在全局(静态区)上,知道程序结束后才会被结束,这样它的作用域就是整个程序。静态变量和全局变量的存储方式相同,在函数体内声明为static就可以使此变量像全局变量一样使用,不用担心函数结束而被释放。
- 2022-06-16 16:11:23下载
- 积分:1
-
airplane
vc++ 课程设计 航班管理系统 自己写的(airport)
- 2009-12-06 18:32:50下载
- 积分:1
-
lcd
tft 2.8 ili9325 430F5438 程序 代码 接口定义 (9325 430F5438 code interface definition)
- 2011-06-27 20:37:43下载
- 积分:1
-
WDM_Driver
windows驱动详解张帆著 第一章 源码 wdm_driver,非常详细适合入门级的驱动开发(Detailed sails windows driver source code with the first chapter wdm_driver, very detailed for entry-level driver development)
- 2013-10-23 10:59:55下载
- 积分:1
-
V5-122a_触屏示波器UI界面例程(V1.2)
触摸屏显示,输出500Hz和600Hz正弦波,方波,一起显示。(Touch screen display, output 500 Hz and 600 Hz sine wave, square wave, together with display)
- 2019-07-07 15:04:15下载
- 积分:1
-
ancient times, many people committed to the ratio of the circumference research...
古今中外,许多人致力于圆周率的研究与计算。为了计算出圆周率的越来越好的近似值,一代代的数学家为这个神秘的数贡献了无数的时间与心血。十九世纪前,圆周率的计算进展相当缓慢,十九世纪后,计算圆周率的世界纪录频频创新。整个十九世纪,可以说是圆周率的手工计算量最大的世纪。-ancient times, many people committed to the ratio of the circumference research and calculation. In order to calculate the ratio of the circumference increasingly good approximation, the generations of mathematicians for the mysterious few of the numerous contributions of time and effort. Before the 19th century, the ratio of the circumference calculated Progress has been very slow and 19th centuries, we have calculated the ratio of the circumference of World Records frequently innovation. Throughout the 19th century, it is the ratio of circumference to the manual calculation of the largest in the century.
- 2022-01-26 07:40:42下载
- 积分:1