-
sim1_insar
this helps for understanding insar simulation
- 2010-06-19 23:39:17下载
- 积分:1
-
mle
This program is about ML detection.
- 2009-05-29 15:09:06下载
- 积分:1
-
gps_acquisition_theoretic
本人做的GPS整个基带的捕获模型.用的是SIMULINK,捕获方式采用码并行捕获,其中信号源调整了P码(entire GPS base-band model of the capture. Simulation is used. Capture mode using parallel code capture, which adjusted the signal source code P)
- 2021-04-01 20:09:08下载
- 积分:1
-
code_duan
实现差分编码和数字分相码的波形以及功率谱密度的仿真,取样点数默认为2^14。(achieve Differential encoding and digital Phase code and the waveform of the power spectral density of simulation, The default sampling points for 14 ^ 2.)
- 2007-05-27 10:28:15下载
- 积分:1
-
Particle_Swarm_Optimization
PARTICLE SWARM OPTIMIZATION BASIC CODE
- 2015-01-17 21:15:31下载
- 积分:1
-
HHT
一份经典的希尔伯特黄变换的参考资料,希望对大家有用(very usefull for your learning)
- 2011-01-10 14:45:40下载
- 积分:1
-
MATLAB
简单潮流计算的小程序,相关的原始数据数据数据输入格式如下: B1是支路参数矩阵,第一列和第二列是节点编号。节点编号由小到大编写 对于含有变压器的支路,第一列为低压侧节点编号,第二列为高压侧节点 编号,将变压器的串联阻抗置于低压侧处理。 第三列为支路的串列阻抗参数。 第四列为支路的对地导纳参数。 第五烈为含变压器支路的变压器的变比 ( Simple little program flow calculation, the raw data of the data related to data entry format is as follows: B1 is the slip parameter matrix, the first column and second column is the node number. Node number from small to big with the transformer for the preparation of slip, the first as the low pressure side of the node number, the second as a high-pressure side of the node number, the series impedance of the transformer low voltage side of the deal placed. As the third branch of the serial impedance parameters. Fourth as a slip of the ground admittance parameters. Strong as with the fifth branch of the transformer transformer turns ratio )
- 2010-05-23 18:40:11下载
- 积分: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
-
rwpitch
对输入的语音信号进行分帧处理,低通滤波,中心削波,求自相关函数最后得到基音轨迹。(Speech input signal framing processing, low-pass filtering, center clipping, seeking autocorrelation function finally got the pitch trajectory.)
- 2021-03-24 21:39:14下载
- 积分:1
-
NGB
这是对于NGB的描述,可以了解一下。
未来时NGB的时代(This is the description for the NGB, you can find out. The era of the future NGB)
- 2010-01-31 11:15:11下载
- 积分:1