-
matlab_tot
《 MATLAB 程式设计与应用》,网络WEB版本,包含了很多MATLAB的相关示例与代码。(" MATLAB programming and applications" , Internet WEB version of MATLAB contains a number of relevant examples and code.)
- 2010-07-29 00:51:06下载
- 积分:1
-
PV_System_MPPT_Grid
pv (photo-voltaic) generation unit. in simulink
- 2013-08-03 15:19:47下载
- 积分:1
-
Wigervillerdecompostion_STFT
使用Wigervillerdecompostion方法和短时傅里叶变换分解信号,得到信号的时频分布。(Use Wigervillerdecompostion decomposition method and short time Fourier transform signal to obtain time-frequency distribution.)
- 2011-05-31 11:13:01下载
- 积分:1
-
OFDM_signal
ofdm signal generation
- 2011-07-26 00:06:03下载
- 积分:1
-
电力系统拓扑分析、孤岛数,关联矩阵法
说明: 电力系统拓扑分析、孤岛数,关联矩阵法把主接线的节点和母线的每一进出线连接点作为拓扑图的节 点,把开关元件作为拓扑图的支路,建立节点.支路关联矩阵表示电网的基本拓 扑结构。然后定义矩阵“与.或’’乘法运算,利用连通性的传递性质实现对电力 网络结构的辨识。(In the incidence matrix method, the node of the main connection and the connection point of each incoming and outgoing line of the bus are taken as the node of the topology diagram, and the switching element is taken as the branch of the topology diagram to establish the node.The branch correlation matrix represents the basic topology structure of the power grid)
- 2019-12-19 11:46:31下载
- 积分:1
-
pam_detection_simulink
In this simulink model , baseband 8-ary PAM detection is simulated .A half-sine pulse shaped PAM signal is given as input to the detector.The received signal is matched filtered and down-sampled .The effects of symbol timing offset
can be seen by varying the phase of down-sampling
operation.The 8-ary PAM signal transmitted is recovered
at the detector output.
- 2009-12-19 00:29:11下载
- 积分:1
-
matlab-perspective-projection
说明: 使用matlab仿真三维物点的透视投影成像(perspective projection
)
- 2011-04-03 17:42:30下载
- 积分:1
-
clark
clark transformer in matlab
- 2013-07-18 18:23:30下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
cca
典型相关分析cca程序,经过调试程序可以直接运行。(Cca canonical correlation analysis program can be run directly through the debugger.)
- 2014-12-24 16:39:55下载
- 积分:1