-
shaungkui
说明: 利用matlab仿真软件 对PWM进行仿真 有波形(Matlab simulation software used to simulate a PWM waveform)
- 2011-03-30 08:49:35下载
- 积分:1
-
Practical-Image-Processing
How to learn matlab.
- 2012-09-11 03:43:24下载
- 积分:1
-
sparsemang1
稀疏分析用于处理欠定盲源分离问题,有英文注释(Sparse analysis dealing with underdetermined blind source separation, English Notes)
- 2013-04-22 16:33:56下载
- 积分:1
-
ID3
实现ID3算法,在结果中以树表示出来。决策树是对数据进行分类,以此达到预测的目的。该决策树方法先根据训练集数据形成决策树,如果该树不能对所有对象给出正确的分类,那么选择一些例外加入到训练集数据中,重复该过程一直到形成正确的决策集。(ID3 algorithm to achieve, in the results that come out to the tree. Decision tree is to classify the data, thus achieving the purpose of prediction. The decision tree training set of data according to the formation of the first decision tree, if the tree can not give the correct classification of all objects, then select a number of exceptions to the training set data, repeat the process until the correct decision set.)
- 2010-07-25 16:30:11下载
- 积分:1
-
FBMC_OQAM-system
代码描述的是FBMC系统的编解码,其中含有OQAM调制,最后画出了BER曲线图(this code is about the FBMC system including the encoding and decoding part, OQAM modulation and BER graph)
- 2021-04-29 00:38:43下载
- 积分:1
-
uwt
说明: 基于多孔算法的非抽样小波该方法运算时间少 重构图像效果好(Trous algorithm based on the non-sampling methods of computing the wavelet reconstructed image less effective)
- 2008-11-04 17:38:08下载
- 积分:1
-
Matlab-PSO
To find and estimate of the best solution and parameter in our problem we can use the evolutionary programming. PSO (particle swarm optimization) is an applicable method to catch this target.
In these files I show the Simple PSO that it can be base of solve complicated problem, the code could run by MATLAB.
- 2013-07-15 01:15:42下载
- 积分:1
-
solar
solar array
with the intensity and tempreture variation
at diff lacations can be judged
- 2012-11-21 13:47:33下载
- 积分:1
-
hadamardTransform
Hadamard Transform for PAPR reduction in OFDM
- 2013-10-03 15:59:00下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1