-
ofdm-matlab
说明: 是一篇毕业论文 ofdm 仿真与实现,包括论文和程序 好用!适合初学者(Ofdm thesis is a simulation and implementation, including papers and procedures easy to use! For beginners)
- 2011-04-03 20:21:56下载
- 积分:1
-
hht
希尔伯特黄变换非常有用的初学资料,有很多实例可以参考(Hilbert Huang Transform is very useful beginner information, there are many instances can refer to)
- 2012-08-15 09:40:54下载
- 积分:1
-
DeliveryInd
Empty constructor Source Code for Andriod.
- 2013-11-14 22:45:53下载
- 积分:1
-
stop-and-wait-arq
Stop-and-wait ARQ is a method used in telecommunications to send information between two connected devices. It ensures that information is not lost due to dropped packets and that packets are received in the correct order. It is the simplest kind of automatic repeat-request (ARQ) method. A stop-and-wait ARQ sender sends one frame at a time it is a special case of the general sliding window protocol with both transmit and receive window sizes equal to 1. After sending each frame, the sender doesn t send any further frames until it receives an acknowledgement (ACK) signal. After receiving a good frame, the receiver sends an ACK. If the ACK does not reach the sender before a certain time, known as the timeout, the sender sends the same frame again.
- 2011-08-03 16:53:31下载
- 积分:1
-
EEG-LMS
可以去除脑电中的50Hz工频干扰,同时可以剔除部分生理伪迹,如眼电、肌电伪迹。( can be removed the 50Hz frequency interference of EEG, and can eliminate part of the physiological artifacts such as EOG, EMG.)
- 2015-10-14 19:18:39下载
- 积分:1
-
multi-filter
说明: 信号处理中的多相滤波,信号处理中的多相滤波,信号处理中的多相滤波,信号处理中的多相滤波(Signal processing in multi-phase filtering, signal processing in multi-phase filtering, signal processing in multi-phase filtering, signal processing in multi-phase filtering)
- 2010-03-21 22:45:37下载
- 积分:1
-
cmac(matlab)
artificial intelligence
- 2012-01-26 20:50:29下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
DCT
Discrete Cosine Transform
- 2011-09-14 01:17:10下载
- 积分:1
-
P21_Roots_Newton_Raphson
Newton Raphson method for mathematical operations in matlab language.
- 2014-09-21 13:59:13下载
- 积分:1