-
stbc
对多天线系统进行编码,既有空间分集,又有时间分集(stbc code containing time diversity and space diveisity)
- 2010-12-04 18:40:31下载
- 积分:1
-
MidpointCircle
Draw a circle in a matrix using the integer midpoint circle algorithm. Code does not miss or repeat pixels.
- 2010-02-12 20:17:34下载
- 积分:1
-
FFT
FAST Fourier Transforms models and simulation using MATLAB
- 2012-04-20 15:17:55下载
- 积分:1
-
QUBIT4MATLAB2.0
该算法是用于量子运算的matlab程序,包括声称量子态,量子寄存器等(the algorithm for quantum computation Matlab procedures, including the claim that quantum states, such as Quantum Register)
- 2007-06-21 20:45:29下载
- 积分:1
-
drtoolbox
一个关于降维方法的matlab工具包,包含25种常用降维技术的源码(A matlab toolkit on dimensionality reduction method,containing 25 commonly used source dimension reduction techniques)
- 2013-12-20 10:26:16下载
- 积分:1
-
Wind_PMSG
matlab code for PMSG based Wind Power Generation System
- 2015-02-05 13:31:45下载
- 积分:1
-
06461191
Energy Impact of Emerging Mobile
Internet Applications on LTE Networks:
Issues and Solutions
- 2014-01-02 23:31:51下载
- 积分:1
-
2
说明: LMS算法的语音信号处理方面的仿真,也是我毕业论文中的(LMS algorithm for speech signal processing simulation)
- 2010-05-06 10:39:11下载
- 积分:1
-
koch_internship
The objective of this project is to design and simulate a single phase half-bridge switched power
supply for driving a series of CET coils. The power supply will act like a current source and the
switching frequency fs = 1/Ts
of the output voltage waveform equals 2.78 MHz.
- 2013-10-21 19:59:25下载
- 积分:1
-
filter
% y=filter(sig,fmin,fmax)
% 对信号进行理想滤波,可完成低通,带通
% sig为被滤波信号
% fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器
% fmax为上限频率,fmax>fmin
% fs为信号的采样频率
% y为经过滤波后的信号
(% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be completed by low-pass, band-pass filter% sig for signal% fmin is the minimum frequency, when fmin for 0:00 for the low-pass filter, when fmin > 0, for the bandpass filter% fmax is the upper limit frequency, fmax> fmin% fs for signal sampling frequency% y for the filtered signal)
- 2009-02-14 20:38:28下载
- 积分:1