-
MATLABshuxueshouce
matlab数学手册,介绍matlab常用的数学公式(mathematics matlab manual introduction matlab mathematical formula commonly used)
- 2007-08-31 13:44:46下载
- 积分:1
-
matched_filter
匹配滤波的实际仿真程序。分别对宽带和窄带信号进行了仿真,并且求的滤波后信号的信噪比。(Matched filtering of the actual simulation program. Separately for broadband and narrowband signals, simulation, and after filtering for signal-noise ratio.)
- 2021-02-10 21:49:52下载
- 积分:1
-
kopkalatex
latex beginers ebook
- 2010-12-18 02:19:19下载
- 积分:1
-
wavedec
说明: 小波分解程序 把一副图像用小波进行分解 已达到增强图像的目的(Decomposition process to an image using wavelet decomposition has reached the purpose of enhancing the image)
- 2011-04-06 18:44:09下载
- 积分:1
-
buiyai_v82
LCMV优化设计阵列处理信号,FMCW调频连续波雷达的测距测角,matlab开发工具箱中的支持向量机。( LCMV optimization design array signal processing, FMCW frequency modulated continuous wave radar range and angular measurements, matlab development toolbox support vector machine.)
- 2021-03-04 11:09:32下载
- 积分:1
-
Archive
duffing方程用于微弱信号检测的matlab程序。包含两种方法,一种是inline,一种是@fan。(duffing equation for weak signal detection matlab program. Contains two methods, one is inline, one is @ fan.)
- 2021-01-19 21:18:42下载
- 积分:1
-
PID
将偏差的比例、积分、微分通过线性组合构成控制量,对被控对象进行控制(The deviation of the proportional, integral, differential control volume through the linear combination of form, to control the controlled object)
- 2010-12-24 09:45:08下载
- 积分:1
-
rfblockset
RF TRANSCEIVER BLOCKSET IN MATLAB
- 2012-06-30 23:58:11下载
- 积分:1
-
Mptscextyuanso
蒙特卡罗模拟光散射程序,粒子随机分布,绝对可以直接运运行。带有简单说明~~~~~~!,
(Monte Carlo simulation of light scattering process, the particles are randomly distributed, can definitely be shipped directly to run. With a brief description ~ ~ ~ ~ ~ ~! ,)
- 2012-08-11 21:17:11下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1