搜索结果
找到约 452 项符合
phase-space 的查询结果
其他 对应论文写的时空码的仿真程序。为2天线
对应论文写的时空码的仿真程序。为2天线,BPSK调制模式。自己写的Space time code simulation提供给大家
单片机开发 A new cable fault location method based on wavelet reconstruction is proposed. In this method the
A new cable fault location method based on
wavelet reconstruction is proposed. In this method the
difference between the currents of faulty phase and sound
phase under the high voltage pulse excitation is used as the
measured signal and is decomposed in multi-scale by wavelet
transform, then reconst ...
其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with
μC/OS-II Goals
Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an
application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application
code should require only minor changes (if any). Als ...
其他 State_space_reconstruction_parameters_in_the_analysis_of_chaotic_time_series_-_the_role_of_the_time_
State_space_reconstruction_parameters_in_the_analysis_of_chaotic_time_series_-_the_role_of_the_time_window_length.
It is used for reconstruction of state space in chaotic time series, and also how to determine time window.
其他 Nonlinear_dynamics_delay_times_and_embedding_windows. How to determine embedded window for chaotic
Nonlinear_dynamics_delay_times_and_embedding_windows.
How to determine embedded window for chaotic state space of time series
其他 The first task at hand is to set up the endpoints appropriately for this example. The following code
The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed
to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, and EP6
as a Bulk IN endpoint, also 4x buffered of si ...
matlab例程 我用matlab写的一个corner detector, 效果比现在流行的harris
我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。
Algorithm is derived from:
X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, ...
多国语言处理 功能说明: 一个方便的文字程序
功能说明:
一个方便的文字程序,可以快速删除整段文字之中多余的空白(space)。
操作说明:
1.复制贴上文字之后,再点按[吃空白]钮,会删除文字中所有的空白(space)。
2.删除之后并会更新,并告知您所删除的空白(space)字数。 ...
单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 byt ...
Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Every ...