-
11
说明: 用Maple和MATLAB解决科学计算问题(第三版).pdf(Using Maple and MATLAB to solve problems in scientific computing (third edition). Pdf)
- 2008-08-15 11:38:55下载
- 积分:1
-
harris_ncc
harris角点检测,并对检测的角点用NCC进行匹配(harris corner detection, and detection of the corner points are matched with NCC)
- 2013-07-20 16:02:39下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
3DPanelCodes
三维涡流计算,用于确定source, sink以及流线,并画图(Three-dimensional eddy current calculation used to determine the source, sink and flow lines, and drawing)
- 2007-12-07 10:55:42下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
bomber2-2.0alpha2-src
this is a game for learning purposes, please do send me a feedback and recommendation. your time will be very appreciated
- 2014-08-19 23:35:00下载
- 积分:1
-
gravity
基于EGM模型计算全球任一经纬度处的重力异常,垂线偏差(Global computing at any latitude and longitude based on gravity anomalies EGM model, vertical deviation)
- 2015-03-26 19:04:59下载
- 积分:1
-
HH-sim-me
this code is the Hodgkin-Huxley
- 2016-07-28 06:39:09下载
- 积分:1
-
FFT
MATLAB 傅里叶分析 快速傅里叶分析 非常正确的资料 值得下载(MATLAB FFT)
- 2013-10-03 20:39:01下载
- 积分:1
-
motor2005
its about induction motor and how to control it
- 2010-01-02 17:53:09下载
- 积分:1