-
matlab-code
this file is optimization with genetic algorithm
- 2012-10-28 19:51:46下载
- 积分:1
-
Sample1_VerySimple
it is a very good example for OFDM which has tow CP removal Technic.
- 2015-04-07 10:42:13下载
- 积分:1
-
Music
传统music算法,用于一个信号源的DOA估计,分辨力很好,很实用,可以用作初学者学习!(Traditional music algorithm, the DOA estimation for a signal source, the resolution is very good, very practical, can be used for beginners to learn!)
- 2012-04-24 20:29:47下载
- 积分:1
-
onduleurn
an example of inverter with simulink
- 2012-05-14 08:11:23下载
- 积分:1
-
02_SynthesizableMATLAB
Lab 2 – Synthesizable MATLAB
This lab exercise will explore the effects that different MATLAB coding styles have on hardware. The lab has two parts, each of which begins with a short introduction. This lab exercise is based on the simple MATLAB FIR filter model shown below:(Lab 2- Synthesizable MATLABThis lab exercise will explore the effects that different MATLAB coding styles have on hardware. The lab has two parts, each of which begins with a short introduction. This lab exercise is based on the simple MATLAB FIR filter model shown below:)
- 2007-04-18 12:49:18下载
- 积分:1
-
12
说明: simulation of ballistic target trajectiry
- 2011-01-08 05:17:29下载
- 积分:1
-
Fourier_matlab
附件1是关于FFT算法的详细编程,及详细原理讲解,个人认为,这篇论文对从事信号处理,频谱分析很有帮助,特使是进一步理解FFT算法,很有必要阅读。
程序+原理+运行!
附件2是关于直接运行FFT工具箱进行频谱分析,请大家可以参考对照,对理解FFT算法肯定有帮助!
(matalb fft 频谱分析)
- 2011-01-16 21:47:31下载
- 积分:1
-
KNN_Matlab
K近邻分类的Matlab算法,简单,适合初学,验证可用(KNN )
- 2011-06-05 16:24:39下载
- 积分:1
-
ALM
说明: alm for matrix completion
- 2019-12-16 19:04:30下载
- 积分:1
-
qpsk_g_r-
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:51:28下载
- 积分:1