-
Matlab-test-CPP
matlab调用C++程序,实现for循环加速。有详细步骤,供同学参考~谢谢!(call C++ matlab program to achieve for loop acceleration. There are detailed steps for students to reference ~ Thank you!)
- 2013-12-17 10:21:41下载
- 积分:1
-
invpwm
it is a project based on invpwm in voltage regulator
- 2011-01-30 16:08:16下载
- 积分:1
-
matlabFilter
matlab高斯滤波、中值滤波、均值滤波.rar(Three mathod of matlab filtration)
- 2009-09-09 21:33:20下载
- 积分:1
-
matlabGUI
matlab GUI设计过程中新手号帮手。(Matlab GUI design process, new helper。)
- 2012-05-12 00:18:44下载
- 积分: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
-
levinson
图1为均衡带限信号所引起失真的横向或格型自适应均衡器(其中横向FIR系统长M=11), 系统输入是取值为±1的随机序列,其均值为零;参考信号;信道具有脉冲响应:
式中用来控制信道的幅度失真(W = 2~4, 如取W = 2.9,3.1,3.3,3.5等),且信道受到均值为零、方差(相当于信噪比为30dB)的高斯白噪声的干扰。试比较基于下列几种算法的自适应均衡器在不同信道失真、不同噪声干扰下的收敛情况(对应于每一种情况,在同一坐标下画出其学习曲线):
1)横向/格-梯型结构LMS算法
2)横向/格-梯型结构RLS算法
并分析其结果。(Figure 1 is a band-limited signal caused balanced horizontal or lattice distortion adaptive equalizer (FIR system in which the lateral length M = 11), the system input is the value of a random sequence of ± 1, mean zero reference signal channel has impulse response:
Wherein the amplitude of the distortion for the control channel (W = 2 ~ 4, and so as to take W = 2.9,3.1,3.3,3.5), and subjected to a channel with zero mean and variance (equivalent SNR is 30dB) Gaussian white noise. Compare the following types of algorithm-based adaptive equalizer in a different channel distortion, the convergence of different noise interference (corresponding to each situation, draw their learning curve in the same coordinate):
1) landscape/grid- LMS algorithm ladder structure
2) landscape/grid- RLS algorithm ladder structure
And analyze the results.)
- 2020-07-02 22:40:01下载
- 积分:1
-
wmflogicgenery
由于最近做一个项目需要对MATLAB电路图做测试,且需要满足MCDC且覆盖每个门,由于
手工生成非常麻烦而且也容易出错,所以做了个工具来自动生成测试用例(With the recent need to do a project on the MATLAB test circuit, and the need to meet and MCDC coverage of each door, hand-generated as a result of a very troublesome and error-prone, so do a tool to automatically generate test cases)
- 2009-06-26 09:50:36下载
- 积分:1
-
c_matlab
一个关于MATLAB与c混合编程的资料,适合与混合编程的初学者(1 c mixed on MATLAB programming and data, suitable for beginners and mixed programming)
- 2009-11-21 16:35:52下载
- 积分:1
-
Bayes++
BAYESIAN FILTERING: including KF, EKF, Unscented EKF, Particle Filter & etc
- 2010-12-02 22:53:47下载
- 积分:1
-
PID0001
PID比例积分微分控制程序包
神经网络自适应控制程序
- 2010-12-18 17:12:44下载
- 积分:1