-
ofdm pulse shaping
从抗ISI和ICI的角度来讲,总是希望能量集中在时频格点附近,而扩散到其他格点的能量越小越好,TFL正是描述这一特性的最直接的方法,从滤波器的角度看,TFL特性描述两个滤波器之间的相关性,描述TFL特性的方法包括TFL函数和TFL参数两大类,TFL函数又包含瞬时相关函数、模糊函数和干扰函数,而TFL参数包括Heisenberg参数和方向参数。
本代码使用matlab仿真常见的高斯、IOTA和HSIN等滤波器,与矩形滤波器进行对比与分析。(This code uses MATLAB to simulate common filters such as Gauss, IOTA and HSIN, and compares and analyzes rectangular filters.)
- 2017-12-19 19:47:08下载
- 积分:1
-
快捷鍵
在IntelliJ IDEA 2018.3.2 x64里面使用eclipse快捷键的全部快捷代码(the is IntelliJ IDEA 2018.3.2 x64eclipse thenk)
- 2019-05-24 14:39:58下载
- 积分:1
-
一个完整的对象跟踪方法,使用一个球的例子,它也处理…
A complete methodology for object tracking using a ball example and it also deals in reducing run time by using an optimized colour detection based algorithm
- 2022-02-02 23:08:42下载
- 积分:1
-
BLF571_ADS-2011_Model
包含BLF571的design_kit,用于ADS设计(Design_kit containing BLF571 for ADS design)
- 2017-08-01 15:13:48下载
- 积分:1
-
psychoacoustic001
心理声学模型,频谱绘制,把人听到的声音模型展示出来,它解释人各种听感的生理原理。有需要的可以下载参考(Psychoacoustic model, spectral rendering, there is a need to download the reference)
- 2017-10-14 18:12:22下载
- 积分:1
-
噪声生成(matlab)
说明: 代码中含有各种生成噪声的MATLAB代码,如高斯噪声,椒盐噪声等(The code contains all kinds of noise generated by MATLAB code, such as Gauss noise, salt and pepper noise, etc.)
- 2020-06-23 18:40:01下载
- 积分:1
-
RUBY的参考手册~~ RUBY的参考手册~~RUBY的参考手册
RUBY的参考手册~~ RUBY的参考手册~~RUBY的参考手册-RUBY reference manual of RUBY ~ ~ reference manual RUBY reference manual RUB ~ ~ Y reference manual
- 2022-02-01 20:47:01下载
- 积分:1
-
C# 创建泛型字典的例子
C# 创建泛型字典,为泛型字典添加3个元素,按键值对泛型字典进行排序操作。
Dictionary users = new Dictionary();//创建泛型字典
users.Add(3, new UserInfo(1, "滕*敏", "01"));//为泛型字典添加3个元素
users.Add(2, new UserInfo(2, "滕*娜", "02"));
users.Add(1, new UserInfo(3, "X家兴", "03"));
//按键值对泛型字典进行排序操作
var query = from item in users
where item.Value.UserName.CompareTo("滕*") > 0//用户名大于"滕立"
orderby item.Key
select item;
label1.Text = "显示查询结果:
";
foreach (var item in query)//显示查询结果
- 2022-08-02 11:59:24下载
- 积分:1
-
eeee
一个boost电路用于燃料电池,里面含有对燃料电池的仿真以及boost的仿真(A boost circuit is used for fuel cells)
- 2021-01-04 09:28:55下载
- 积分:1
-
AVR单片机的PWM发生器
此项目由 codvisionavr 和 proteusthis 项目产生 pwm。
- 2022-03-26 13:36:54下载
- 积分:1