-
xiandaipu
现代谱技术及其在路谱分析中的应用
很有用(Modern spectrum technology and its application in the way of the application of spectral analysis is useful)
- 2008-06-06 11:42:14下载
- 积分:1
-
regionprops
使用regionprops中BoundingBox功能对图片进行处理获得X,Y的坐标值以及长宽度(Use regionprops the BoundingBox of the image processing functions to obtain X, Y coordinate values and long-width)
- 2010-03-07 11:16:22下载
- 积分:1
-
shearletnew
Demo:演示程序(注意图像路径)
ShearletCoef: 系数计算程序
mybeta: 伪极坐标 Fourier 变换(文件名是暂时的用法)
phi0,psi0,psid: 低高频图像点阵显示(myu,myv用于理论分析,不被 Demo 调用)
psiStock:
FPsi1(2)_x(有编号): shearlet 函数类
bump: 钟形光滑函数
ramp: 斜升光滑函数(即旧版中的 smooth)
新版比旧版提高了框架函数的连续性——对角方向上的生成函数进行了连续化。算法设计上,
伪极坐标 Fourier 变换被独立出来。(Demo: demo program (note the image path) ShearletCoef: coefficient calculation procedure mybeta: pseudo-Polar Fourier transform (the file name is temporary usage) phi0, psi0, psid: low frequency image dot matrix display (myu, myv for theoretical analysis not to be invoked Demo) psiStock: FPsi1 (2) _x (numbered): shearlet function classes bump: bell smooth function ramp: ramp smooth functions (ie legacy of smooth) than the old version of the framework to improve the continuity of functions- diagonal direction of the generating function were continuous. Algorithm design, pseudo-Polar Fourier transform is independent.)
- 2015-03-11 22:42:14下载
- 积分:1
-
可以编译的多抽样率信号处理例程代码
已经调试成功.内含m文件,可直接运行,利用matlab GUI实现的串口编程例子,对HARQ系统的吞吐量分析,与理论分析结果相比,进行逐步线性回归,脉冲响应的相关分析算法并检验。
- 2022-06-02 17:51:07下载
- 积分:1
-
摄像机标定
在MATLAB中实现是摄像机标定的具体程序,详细讲解了MATLAB中摄像机标定工具箱的使用
- 2022-07-19 14:07:53下载
- 积分:1
-
qpsk2
qpsk2仿真代码 正交相移键控,是一种数字调制方式。(simulation code qpsk2 quadrature phase-shift keying is a digital modulation methods.)
- 2009-04-06 17:11:02下载
- 积分:1
-
fig26
Space-Time Codes and MIMO Systems
- 2008-09-04 20:01:35下载
- 积分:1
-
LMS-algo-matlab-code
This file contains Matlab coding for LMS algorithm..
- 2012-02-15 12:51:25下载
- 积分:1
-
三角函数曲线图,图形化界面,输入不同的参数…
绘制三角函数曲线,采用图形界面,输入不同参数,得到各自曲线-mapping trigonometry curve, graphical interface, different input parameters and their curves
- 2022-12-26 18:35:03下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1