-
MatlabMPI_v0.95.tar
Matlab MPI for Windows and Linux version 0.95.
- 2011-01-20 06:40:30下载
- 积分:1
-
188
线阵波束形成MATLAB语音程序编辑, 频域自适应,时域自适应(Voice line array beamforming MATLAB program editing, adaptive frequency domain, time domain adaptive)
- 2011-05-13 09:34:33下载
- 积分:1
-
eof
说明: eof 分解 基于Matlab软件进行EOF分解、回归趋势分析,并给出ctl文件(from ahualian s blog)
- 2011-07-07 10:45:39下载
- 积分:1
-
tpc
本算法描述了cdma反向信道的功率控制问题,包括基站以及移动台的功率控制以及相关的文章(description of the algorithm cdma reverse channel power control, , including base stations and mobile stations of the power control and the relevant article)
- 2006-05-23 21:16:12下载
- 积分:1
-
OFDMsignal
simulated OFDMA signal using Matlab
- 2010-05-21 21:07:38下载
- 积分:1
-
TDMA
TDMA(时分多址)通信系统的仿真文件,可以作为大作业使用(TDMA (Time Division Multiple Access) communication system simulation files can be used as a big job)
- 2021-03-29 21:09:11下载
- 积分:1
-
OFDM系统中信道估计基于LS改进算法LS
OFDM系统中信道估计基于LS改进算法--基于DFT的信道估计算法实现(LS channel estimation in OFDM system based on the improved algorithm based on DFT channel estimation algorithm
)
- 2020-07-05 19:28:58下载
- 积分:1
-
V1_cvx
鲁棒性自适应波束形成。利用cvx工具包提高运算效率,降低运算量。(the roubust beamforming uses cvx.)
- 2014-01-08 17:04:44下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
psd
说明: 一个功率谱估计的程序,有需要的可以研究一下(A power spectrum estimation program can be studied if necessary.)
- 2019-03-25 16:07:11下载
- 积分:1