-
MATLAB_presentation
Matlab_presentation for new stars
- 2009-12-16 04:17:35下载
- 积分:1
-
HopfieldExperiment
说明: 该程序运行多次,并输出合法解及其图形输出的图形,图形是在正常情况下的(Run the program several times, and output a legitimate solution and its graphics output graphics, graphics in the normal circumstances of)
- 2008-11-05 20:16:26下载
- 积分:1
-
515616
Generation of AWGN as a function of ExN0
- 2009-03-30 21:40:49下载
- 积分:1
-
lunwentu01
电动机变频调速PWM SIMULINK仿真(Motor Variable Speed PWM SIMULINK simulation)
- 2010-11-19 15:54:30下载
- 积分:1
-
svm
This is the source code for a Single Vector Machine classifier, briefly called a SVM classifier.
There are 60 peices assigned for training and 30 for testing the classifier.
- 2011-06-08 20:13:23下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
functionmod
由信道信号的复数值解调对应的二进制序列由信道信号的复数值找出对应的二进制序列。方法如下:由信道值,
%%求出该值与星座图中所有点的距离,找出距离最小的点,该点对应的
%%二进制序列及为该信道对应的解调结果。
(Channel signal by the complex demodulation value corresponding to the binary sequence by the complex channel signals to identify the corresponding binary numerical sequence. As follows: by the channel value, the value obtained with the constellation diagram of all points of distance, find the smallest distance between points, the points of the corresponding binary sequence and the corresponding channel demodulation results.)
- 2008-04-28 10:18:55下载
- 积分:1
-
shuiyin
一个比较老的水印程序 MATLAB写的 (Watermarking a relatively old procedure written in MATLAB)
- 2008-05-29 22:49:02下载
- 积分:1
-
QAP
matlab源代码:QAP(二次分配)优化问题通过蚁群算法实现。(ant colony algorithm for QAP problem (matlab))
- 2013-10-16 05:12:54下载
- 积分:1
-
matlab_txt_dat
基于matlab,可以将数据输出为txt或者为dat格式的程序(Based on matlab, data can be output as a txt or dat format for the program)
- 2013-11-24 12:03:58下载
- 积分:1