-
msk-matlab-simulation
本文是一个word文档格式matlab程序,主要讲的是通信系统中最小频移键控的研究(即MSK)文档里面带有仿真的图形和matlab程序,希望对大家有所帮助!(This article is a word document format matlab program, is primarily concerned with the communication system minimum frequency shift keying (MSK) document inside with simulation graphics and matlab program, we want to give you some help!Thank you!)
- 2012-07-21 17:29:49下载
- 积分:1
-
Genetic_algorithm
遗传算法相关介绍,内含详细的PPT课件、PDF及用matlab写的源码(Genetic algorithm-related presentations, PPT contains detailed courseware, PDF, and with source code written in matlab)
- 2010-01-17 11:42:05下载
- 积分:1
-
matlab_figure
example_plot.m
plot the figure for 2D and 3D
- 2011-01-17 11:20:32下载
- 积分:1
-
code-for-src
稀疏表达人脸识别算法相关例程,并附带l1magic PDF文档(src face recognition)
- 2011-10-26 10:40:14下载
- 积分:1
-
DPSK4mod
该编码可以成功的实现dpsk的编码,可以成功为其他的程序所调用。(The coding can achieve the success of DPSK encoding, you can successfully call other procedures.)
- 2008-01-09 16:28:24下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
xinxianquzao
matlab源程序 非常有用的去噪程序。。。希望大家收藏……非常有用(the program of matlab)
- 2012-05-04 19:32:36下载
- 积分:1
-
MLRE
MLRE算法,选取最优K近邻,是识别率达到更高(MLRE algorithm select the best K-nearest neighbor, is to achieve a higher recognition rate)
- 2012-05-08 20:09:23下载
- 积分:1
-
expdist
利用逆转换法,用均匀分布随机数产生指数随机数的数学实验,并绘制直方图检验效果,有兴趣的matlab初学者不妨看看,直方图绘制方法可推广借鉴(mathematical experiment: using a random number to create exp distributed random index number, and drawing the histogram test the effect, catering to interested matlab beginner.)
- 2012-07-12 10:29:06下载
- 积分:1
-
CodeLinesCounter
C++代码统计器,统计代码行、注释行、函数个数(C++ code statistics, statistical lines, comment lines, the number of functions)
- 2013-12-19 19:16:44下载
- 积分:1