-
peakfind
Find peaks in all waveforms. used in matlab. The peaks can be maximum and minimum.
- 2007-11-02 14:37:20下载
- 积分:1
-
LDPC-all
有关低密度奇偶校验码的一些matlab仿真程序(The number of low-density parity check codes matlab simulation program)
- 2010-07-23 16:24:18下载
- 积分:1
-
SEP_SANPA04-(1).ps
LEACH (Low-Energy Adaptive Clustering Hierarchy)
SEP
- 2013-10-30 15:16:48下载
- 积分:1
-
CAg
改进加速度平均值的一种跟踪算法。对目标的速度、加速度、运动轨迹等参数进行了对比,与CSM进行了比较。(An improved tracking algorithm acceleration average. The target speed, acceleration, trajectory parameters were compared with CSM compared.)
- 2014-03-17 22:18:13下载
- 积分:1
-
ADW1007_DRF4463F_Reference_Code
arduino interface with rf
- 2014-08-28 19:23:19下载
- 积分: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
-
Statics-Analysis-of-Plane-Frame
丁星《MATLAB杆系结构分析源代码》
随书第二章源码:
1.结点位移自动编码
2.单元刚度矩阵计算与结构刚度矩阵集成
3.单元等效载荷计算与结构载荷矩阵集成
4.单元坐标系与结构坐标系转换
5.单元杆端位移和内力计算
6.单元截面内力和位移计算
7.单元机结构内力图和位移图绘制
8.支座位移计算
9.考虑温度作用的平面刚架静力分析
(Matlab Code for Statics Analysis of Plane Frame)
- 2014-11-13 22:04:02下载
- 积分:1
-
C-C
非线性动力学系统中,基于改进的C-C方法的相空间重构参数选择(Nonlinear dynamical systems, based on the phase space reconstruction method to improve the CC parameter selection)
- 2013-12-07 18:36:09下载
- 积分:1
-
BPSK-viterbi
基于维特比译码算法的BPSK解调方式,survivor_state是一个矩阵,它显示了通过网格的最优路径,这个矩阵通过一个单独的函数metric(x,y)给出,这个算法既能用于硬判决译码也能用于软判决译码。
(BPSK demodulation method based on viterbi decoding algorithm, survivor_state is a matrix, the optimal path of it shows through the grid, the metric matrix through a separate function (x, y), the algorithm can not only used for decoding hard decision can also be used to the soft decision decoding.
)
- 2013-08-07 15:04:11下载
- 积分:1
-
gpsFiles
different matlab tools...
- 2012-06-02 22:36:39下载
- 积分:1