-
1) 2KHz and 8KHz to generate the mixed
1)生成2KHz和8KHz的混合信号,使该信号通过上述滤波器,观察滤波前后的波形变化和频谱分布情况。
2) 在改信号中加入高斯白噪声,观察滤波前后的波形变化和频谱分布情况3) 将上述滤波器改为中心频率为100KHz的带通滤波器,信号源为带外的90KHz和带内的100KHz的混合正弦信号,。
4) 用M文件实现上述低通滤波器。
-1) 2KHz and 8KHz to generate the mixed-signal, so that the signal through the above-mentioned filter, filter before and after observation of the waveform and spectrum distribution of the changes. 2) add to the signal in white Gaussian noise was observed before and after filtering and spectral waveform changes in the distribution of 3) will be replaced by the above-mentioned filter center frequency of 100KHz band pass filter, the signal source for the band and the band of 90KHz 100KHz Sine of the mixed signals. 4) achieve the above-mentioned documents with M low-pass filter.
- 2022-07-16 14:47:51下载
- 积分:1
-
获取MSN Messenger的联系人列表的C++程序源代码
获取MSN Messenger的联系人列表的C++程序源代码-access to MSN Messenger contact list of C source code
- 2022-03-18 17:51:25下载
- 积分:1
-
电力IEC104规约介绍,入门学习资料.想要了解此规约的可以下载....
电力IEC104规约介绍,入门学习资料.想要了解此规约的可以下载.-Power IEC104 Statute of the introduction, entry-learning materials. Want to understand this statute can be downloaded.
- 2022-10-28 04:45:03下载
- 积分:1
-
七号信令程序员手册,用于开发,验证NO7信令的标准文档
七号信令程序员手册,用于开发,验证NO7信令的标准文档-SS7 programmers manual for the development, validation nr 7 Signaling standard file
- 2022-03-17 11:29:34下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
Based on the C51 and U disk read and write SL811 development documentation, incl...
基于C51及SL811读写U盘的开发文档资料,包括芯片数据手册,测试命令及测试工具,电路原理图,配合基于C51及SL811读写U盘的源程序C51_SL811_ModeDisk_Program就可以产生完整的U盘读写模块-Based on the C51 and U disk read and write SL811 development documentation, including the chip data sheet, test orders and test tools, circuit schematics, with the SL811 to read and write based on the C51 and U disk C51_SL811_ModeDisk_Program source can produce a complete U-disk read-write Module
- 2022-05-15 11:06:29下载
- 积分:1
-
very important ofdm document
very important ofdm document
- 2022-10-09 14:25:03下载
- 积分:1
-
寨手机网采购网,绝对好用真实,代码完整,亲测!
寨手机网采购网,绝对好用真实,代码完整,亲测!-MOBIEL
- 2022-03-01 03:14:37下载
- 积分:1
-
motorola首席技术官的关于硬件系统的软件开发全过程的文档
motorola首席技术官的关于硬件系统的软件开发全过程的文档-on the hardware system software development process documentation
- 2022-03-21 06:05:35下载
- 积分:1
-
IEEE 802.11g explained
IEEE 802.11g explained
- 2023-05-26 10:40:04下载
- 积分:1