-
classification
说明: 有一个matlab 神经网络学习的例子,解压缩后可以直接运行(There is a matlab neural network learning examples can be run directly after decompression)
- 2009-08-28 11:13:14下载
- 积分:1
-
Source
l1-norm, compress sensing
- 2011-10-03 23:45:42下载
- 积分: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
-
16QAM
QAM调制下的物理层网络编码调制与解调方案仿真程序(Physical layer network coding modulation and demodulation simulation program QAM modulation scheme under)
- 2021-01-12 17:38:53下载
- 积分:1
-
sanxiangnibianfangzhengaile2
三相逆变并网,采用全前馈能有效抑制谐振。(Three-phase inverters connected to grid can effectively suppress resonance by using full feed-forward.)
- 2019-04-26 09:54:12下载
- 积分:1
-
peEllip5m
用工字型差分格式解拉普拉斯方程,简洁具体,效率高
(Employment the fonts differential format solution of the Laplace equation)
- 2012-05-13 11:25:21下载
- 积分:1
-
MATLAB
离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
- 2020-11-22 15:59:34下载
- 积分:1
-
regu
本工具包给出了反问题计算常用的正则化参数确定,求正则化解等方法。非常有效,是难得的一款好软件包(The kit gives the calculation of inverse problem regularization parameter commonly used to determine, find the regularized solution and other methods. Very effective, a good package is a rare)
- 2010-11-24 10:02:18下载
- 积分:1
-
OFDM
说明: ofdm的matalb仿真,用于交流学习(ofdm the matalb simulation, for the exchange of learning)
- 2011-03-14 10:51:13下载
- 积分:1
-
Beamformer
OFDM COMMUNINCATION FOR UNDERWATER
- 2011-05-28 19:49:51下载
- 积分:1