资源列表
[matlab例程] DoubleSpectrum_Analysis
说明:计算时间序列双谱的三维图和二维图,用于研究非线性过程非常管用!-Bispectrum calculation of three-dimensional time series graph and two-dimensional maps, used to study the nonlinear process is very useful!<lijie> 在 2025-03-11 上传 | 大小:1kb | 下载:1
[matlab例程] denoise_fft_angle_Analysis
说明:计算时间序列的快速傅里叶变换并画出时域和频域图,之前进行小波降噪。-Calculate the time series and fast Fourier transform time-domain and frequency domain plot diagram, before wavelet decomposition.<lijie> 在 2025-03-11 上传 | 大小:1kb | 下载:1
[Windows编程] newsearchthenearestnode
说明:程序实现给定平面上N个点的坐标,找出距离最近的两个点.程序中是两种方法寻找最近点对。解法一的时间复杂度是O(N^2)解法二的时间复杂度是(N*lg2/lgN)第二种方法较第一种方法在一维情况下,时间复杂度改进了不少。但是这个方法不能推广到二维的情况,因为距离最近的点对不能保证是影射到某条直线之后紧靠着的两个点。-the procedure can realize the Coordinate which have N nodes ,fi<徐天扬> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] condmutualinfo
说明:计算时间序列的熵信号,用以获取信号统计分析-Calculate the entropy of the signal time series, statistical analysis to obtain the signal<lijie> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] searchthemaxandmininarray
说明:分治思想是算法中很常用的一种技巧。在N个数中求最小值Min和最大值Max,我们只需分别求出前后N/2个数的N/2个数的Min和Max,然后取较小的Min,较大的Max即可(只需较大的数和较大的数比较,较小的数和较小的数比较,两次就可以了)。-You can use the procedure to find the Minnumber and the Maxnumber in the array.<徐天扬> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] example03_01
说明:在matlab中调用smooth函数进行加噪数据的平滑处理的方法代码-The M code tells how to call a function to smooth the data which be merged into the noise in Matlab<小肖> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] 24c02
说明:51单片机 通过串行总线 读写 24c02 器件 有一定的实用价值-Microcontroller through the serial bus 51 to read and write 24c02 device has some practical value<程鹤> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] crc-16
说明:Calculate CRC16 code from a stream.<Emilio> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] Desktop
说明:管道通信,通过建立一个管道使得父进程和子进程进行了通信-Pipe communication, through the establishment of a pipe makes the parent and child processes for the communication<黄硕> 在 2025-03-11 上传 | 大小:1kb | 下载:0