-
firbp
带通滤波,对输入的数据进行带通滤波,采样频率为实际频率的16倍,里面有关于矩阵和数据变换的程序,大家可以自己转换(Band-pass filter, the data input bandpass filter, the sampling frequency is 16 times the actual frequency, which on the matrix and data transformation process, we can convert their own)
- 2010-08-30 16:40:11下载
- 积分:1
-
diedaifa
这里讲述的是matlab的迭代问题,含有多个程序可提供参考(About matlab difference, containing more than one program can provide a reference)
- 2013-04-26 22:38:11下载
- 积分:1
-
vblast1
基于多天线中的qpsk,bpsk的星座图的blast算法(Based on Multi-Antenna qpsk, bpsk the constellation diagram of the blast algorithm)
- 2008-05-03 08:31:50下载
- 积分: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
-
BLDC11
model of brusslesh dc moter
- 2014-12-10 00:10:50下载
- 积分:1
-
FD_MONO_AEC
语音回声消除的频率空间算法,空间传递函数自己模拟(echo cancellation frequency domain algorithm)
- 2013-04-06 01:10:26下载
- 积分:1
-
APFC
平均电流控制的APFC在matlab/simulink下的仿真,波形较好,存在过零点的略微畸变,有待改进。(Average current control of APFC in matlab/simulink under the simulation, the waveform is better, there is a slight zero-crossing distortion, could be improved.)
- 2020-07-26 10:48:41下载
- 积分:1
-
MIMOCAPACITYPLOT
This Script Comparison
MIMO scheme.And Compares the 1X1 2X2 3X3 4X4
- 2010-10-08 15:10:43下载
- 积分:1
-
matlab_no1
利用matlab做一些基礎的矩陣運算指令,包含建立矩陣、計算及求特徵值等等.....(Using matlab to do some basic matrix operations command, including the establishment of matrix eigenvalue calculation and demand and so on .....)
- 2009-11-24 18:09:44下载
- 积分:1
-
BFSK1
说明: 对数字信号进行BFSK调制,然后通过高斯白噪声信号后,检测其误码率!(The program s function is to modulate a signal with BFSK,then let the signal go pass a channel of guassian white nosie.At last,The program detects the BER of the signal.)
- 2010-04-18 18:04:09下载
- 积分:1