-
本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的滤波器采用傅里叶级数展开法。模拟的杂波的功率谱密度采用BVURG法,概率密度函数的估计采用...
本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的滤波器采用傅里叶级数展开法。模拟的杂波的功率谱密度采用BVURG法,概率密度函数的估计采用直方图估计法,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!-This program has been organized into WORD document I, the programming language MATLAB, the filter designed in this paper Fourier series expansion method. Simulated clutter power spectral density using BVURG method, the probability density function is estimated using histogram estimation methods, design parameters are indicated in the document. This procedure has been verified is correct executable, and can generate the graph, it is worth to download!
- 2023-09-06 06:40:03下载
- 积分:1
-
Fingerpass 指纹识别算法的研究与应用
Fingerpass 指纹识别算法的研究与应用-Fingerpass fingerprint recognition algorithm research and application
- 2022-08-24 07:14:36下载
- 积分:1
-
利用C++的类和对象编写C++的应用程序,宠物小屋的综合程序。适合学习C++类和对象的菜鸟。...
利用C++的类和对象编写C++的应用程序,宠物小屋的综合程序。适合学习C++类和对象的菜鸟。
- 2022-02-22 08:25:22下载
- 积分:1
-
这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。...
这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。-This is my first one primary phase of the program design process, personal communication, for the VC environment is under development, Although it is quite simple, but reflects the VC practicality and visibility.
- 2023-04-01 19:00:03下载
- 积分:1
-
这个温度PID调节器对天魅炉。测得的温度…
This Temperature PID regulator for Tamman ovens. Temperature is measured by thermocouple via lm358 - > Atmega s ADC and regulated over triac. All data is sent via RS232 connection on PC and controlled by LabView.-This is Temperature PID regulator for Tamman ovens. Temperature is measured by thermocouple via lm358- > Atmega s ADC and regulated over triac. All data is sent via RS232 connection on PC and controlled by LabView.
- 2023-06-10 08:05:03下载
- 积分:1
-
经典的游戏俄罗斯方块,VB编写的全部源代码
经典的游戏俄罗斯方块,VB编写的全部源代码-classic game Tetris, VB prepared by the full source code
- 2023-07-26 04:45:03下载
- 积分:1
-
Linux 上的socket嗅探器,请大家批正
Linux 上的socket嗅探器,请大家批正-A socket sniffer running on Linux,please give me some advice.
- 2022-08-22 15:32:56下载
- 积分:1
-
关于气动人工肌肉的文章,介绍SHADOW公司的两代机械手
关于气动人工肌肉的文章,介绍SHADOW公司的两代机械手-pneumatic artificial muscles on the article, the company introduced two generations of Shadow Manipulator
- 2022-07-26 02:06:33下载
- 积分:1
-
Perfect simulation of MATLAB Rayleigh channel, the phase envelope probability de...
完美仿真MATLAB瑞利信道的相位包络概率密度-Perfect simulation of MATLAB Rayleigh channel, the phase envelope probability density
- 2022-01-26 03:04:31下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1