-
OFDM ―― OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术仿真。...
OFDM ―― OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术仿真。-OFDM- OFDM (Orthogonal Frequency Division Multiplexing) that is orthogonal frequency division multiplexing simulation.
- 2022-10-28 17:35:04下载
- 积分:1
-
基于模糊神经网络对摊铺机智能故障识别中的应用
介绍了模糊神经网络的对摊铺机的智能故障的识别应用-on FNN right paver Intelligent Fault Recognition Application
- 2023-08-15 08:40:03下载
- 积分:1
-
我总结的泰文的排版规则,对要做泰文排版的,应该很有帮助。...
我总结的泰文的排版规则,对要做泰文排版的,应该很有帮助。-Thai layout rule.
- 2022-03-07 15:09:05下载
- 积分:1
-
simple, powerful, voice processing documents to meet the basic needs, but MCI al...
MCI虽然调用简单,功能强大,可以满足声音文件处理的基本需要,但是MCI也有它的缺点,那就是它一次只能播放一个WAVE文件,有时在实际应用中,为了实现混音效果,需要同时播放两个或两个以上的WAVE文件时,就需要使用微软DirectX技术中的DirectSound了,该技术直接操作底层声卡设备,可以实现八个以上WAV文件的同时播放。-simple, powerful, voice processing documents to meet the basic needs, but MCI also has its shortcomings, it is only once a player WAVE documents, sometimes in practical application, in order to achieve mixing effects, need to play two or more WAVE documents, it is necessary to use Microsoft"s DirectX technology DirectSound, and the technology underlying direct audio equipment operation can be achieved over eight WAV files at the same time players.
- 2022-08-13 05:07:20下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
Exif reader software, you can get the information Exif2.2
Exif读取软件, 可以得到Exif2.2中的信息-Exif reader software, you can get the information Exif2.2
- 2023-07-29 23:20:02下载
- 积分:1
-
ad rere eer trtrt trtrre
ad rere eer trtrt trtrre-ad rere eer trtrt trtrre
- 2022-03-24 18:20:57下载
- 积分:1
-
几个常用的算法,包括消元,迭代,三角分解等
几个常用的算法,包括消元,迭代,三角分解等-several commonly used algorithms, including the elimination, iterative, triangular decomposition, etc.
- 2022-07-09 05:44:34下载
- 积分:1
-
在24个小时内中止如何学习视觉基本
abort how to learn visual basic in 24 hours
- 2022-07-24 09:15:18下载
- 积分:1
-
File system design idea, thought it very important, there are good ideas will ha...
文件系统设计思想,思想很重要呀,有好思想才会有好作品-File system design idea, thought it very important, there are good ideas will have good works
- 2022-09-16 11:35:03下载
- 积分:1