-
voicebox
matlab的一个第三方语音信号处理工具箱,包含的各种常用语音信号处理的函数(a third-party voice matlab signal processing toolbox, including a variety of commonly used function of speech signal processing)
- 2009-04-07 10:35:29下载
- 积分:1
-
MPC-tracking
this program is an m-file of Model-based Predictive Control to track a sinusoidal target in various cases of mismatching and delay.
- 2009-04-27 15:24:20下载
- 积分:1
-
lai_stbc
STBC Development in mimo ofdm
- 2012-09-09 18:39:41下载
- 积分:1
-
WIMAXsource
WIMAX_WZ_withencoding:信道估计,相位噪声补偿,频偏估计,编解码都有
WIMAX_WZ_withoutencoding:在上面的工程基础上,去掉编解码部分
WIMAX_WZ_withoutprocessing:在上面的工程基础上,再去掉相位噪声补偿,频偏估计
WIMAX_WZ_withoutprocessing2:在上面的工程基础上,改用新的前导和导频联合信道估计方案,参考文档《基于802_16d标准的OFDM信道估计技术的研究与实现.kdh》
因为白噪声信道仿真只能体现QPSK调制和RS-CC编码的性能,需要仿真SNR可控的SUI信道,来估计信道均衡的性能。
在多普勒频偏fd>100Hz时,联合信道估计性能才比前导估计强,否则前导估计性能更优。对于600MHz中心频率,要求收发机相对运动速度大于180km/h,这种情况出现的概率不大(WIMAX_WZ_withencoding: channel estimation, phase noise compensation, frequency estimation, the codec has WIMAX_WZ_withoutencoding: the project on the basis of the above, remove the codec section WIMAX_WZ_withoutprocessing: the project on the basis of the above, then remove the phase noise compensation, offset estimation WIMAX_WZ_withoutprocessing2: In the project on the basis of the above, use the new leader and pilot joint channel estimation scheme, the document " Standards-based 802_16d OFDM channel estimation and implementation of technology .kdh" because white noise channel simulation only reflects the QPSK modulation and RS-CC coding performance requires simulation SNR controllable SUI channel, to estimate the performance of channel equalization. When Doppler shift fd> 100Hz, joint channel estimation performance was stronger than the leading estimate, otherwise better estimation performance leader. For 600MHz center frequency transceiver requirements relative velocity )
- 2015-03-25 09:14:02下载
- 积分:1
-
QPSKfading
matlab Simulation program to realize QPSK transmission system
- 2010-10-18 17:32:23下载
- 积分:1
-
access-data-in-IBuffer
在C++中访问IBuffer类中的数据,开发环境:Windows 8, visual studio 2012(How to access data in an IBuffer in C++)
- 2015-03-24 17:07:01下载
- 积分:1
-
yichuansuanfa
一个遗传算法解决最短路径的算法,可以运行,可参考垃圾收运的质料学校(A genetic algorithm to solve the shortest path algorithm, can run, refer to the material that the garbage collector
)
- 2014-08-30 03:32:56下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
low-noise-CCD-
低噪声CCD信号采集与处理系统技术研究 (Research on low-noise CCD signal acquisition and processing system technology)
- 2013-12-13 13:06:36下载
- 积分:1
-
half_bridge_pwm_w_db
pwm半桥逆变,经典案列,经测试没问题,运行很好。PWM half bridge inverter, the classic case, tested no problem, the operation is very good.(PWM half bridge inverter, the classic case, tested no problem, the operation is very good.)
- 2016-05-13 00:48:48下载
- 积分:1