-
cir_conv
circular convolution code in matlab
- 2009-04-20 09:56:52下载
- 积分:1
-
Rayleigh-channel
说明: 在MATLAB环境下仿真瑞利信道容量与信噪比的关系(In MATLAB simulation Rayleigh channel capacity and SNR relationship
)
- 2011-03-25 13:57:55下载
- 积分:1
-
00824804
ieee most standard and mostly prefered professionals computer science and information tech. trascation paper for project or seminar
- 2013-10-04 18:21:06下载
- 积分:1
-
sessaohip
An IOS sample Program
- 2014-01-16 10:52:37下载
- 积分:1
-
QPSK
matlab中实现QPSK的调制识别,加入高斯白噪声,绘制出星座图,眼图,计算出信噪比(Modulation Recognition of QPSK in matlab)
- 2017-10-31 10:44:41下载
- 积分:1
-
模拟-数字转换
模拟 - 数字转换输入: 模拟信号,边界向量 b、 质心矢量 c、和 code_table输出: 量化的样品 d 和相应的代码 dcode
- 2022-03-18 20:27:33下载
- 积分:1
-
模拟到数字转换器
— — 模拟到数字转换器模型
-- +-----------------------------+
-- |版权所有 1995年-2008年首尔 |
-- |图书馆: 模拟 |
-- |设计器: Tim Pagden |
-- |打开: 1996 年 2 月 2 日 |
-- +-----------------------------+
— — 体系结构:
— — 02.02.96 原始
— — 20/05/08 编辑用 numeric_std 替换 vfp_lib
库 ieee ;
使用 ieee.std_logic_1164.all ;
使用 ieee.numeric_std.all ;
实体 ADC_8_bit 是
端口 (analog_in: 在实数范围-15.0 至 +15.0 ;
digital_out: 出 std_logic_vector (7 到 0)
);
最终实体 ;
体系结构原的 ADC_8_bit
常量 conversion_time: 时间: = 25 ns ;
信号 instantly_digitized_signal: std_logic_vector (7 到 0) ;
信号 delayed_digitized_signal: std_logic_vector (7 到 0) ;
函数 ADC_8b_10v_bipolar (
analog_in: 真正的范围到 +15.0-15.0
) 返回 std_logic_vector 是
常量 max_abs_digital_value: 整数: = 128 ;
常量 max_in_signal: 真实: = 10.0 ;
变量 analog_signal: 真实 ;
变量 a
- 2022-05-31 11:32:10下载
- 积分:1
-
matlab
有关灰度共生矩阵的生成及特征值计算的程序(For the generation of GLCM process and characteristics of value)
- 2011-01-03 11:38:57下载
- 积分:1
-
kst
ks test for checking randomness property
- 2011-11-13 03:07:43下载
- 积分:1
-
ver_0.82
此文件包包含用卷积神经网络识别手写输入的识别程序,数据可从MNIST下载(This release includes sample of handwritten digits recognition using CNN. If you just want to try it run cnet_tool. You ll see a simple GUI. It loads pretrained convolutional neural net from cnet.mat and recognizes image of digit either painted in painting area or downloaded from MNIST database. )
- 2012-10-10 21:33:11下载
- 积分:1