-
5
说明: 单端口网络函数施加阶数缩减方法,并附详细题解(Single-port network functions to impose order reduction method, together with a detailed solution question)
- 2008-10-17 17:11:10下载
- 积分:1
-
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
-
code
该程序包包括了matlab 优化工具箱里函数的介绍及具体实例。有一个配套使用的视频教程,在优酷里搜索“matlab 优化工具箱入门经典教程”。希望对学习优化算法的有用。 (The package includes the matlab optimization toolbox function description and specific examples. Supporting the use of a video tutorial, the excellent Cool Search " matlab optimization toolbox tutorial Introduction to the classic." Hope to learn a useful optimization.)
- 2010-08-04 08:57:44下载
- 积分:1
-
MATLAB
学习matlab非常好的资料,可以快速入门,打好基础进,而进行更深入的学习(Learning matlab very good information, you can get started quickly, lay the foundation for progress, but more in-depth study)
- 2011-08-15 11:23:55下载
- 积分:1
-
cdrom
program for finding gaussian derivative uwb
- 2014-01-12 12:53:49下载
- 积分:1
-
waveletentropy
该程序是基于小波变换的熵谱,用来提取时间序列的周期成分。熵谱相对于小波谱来说在提取周期成分上有一定优势(The program is based on spectral entropy of wavelet transform to extract time series of the periodic component. Entropy is relative to the small spectral component in the extraction cycle, there are some advantages)
- 2009-11-27 21:40:46下载
- 积分:1
-
分离两路语音信号 NMF bss
说明: nmf盲源分离,使用欠定的方法,可以用来分离两路语音信号,人声与其他音的分离(nmf_bss.The underdetermined method can be used to separate two voice signals, human voice and other voices.)
- 2021-04-19 01:18:51下载
- 积分:1
-
g
说明: this project is about ask,fsk,psk,piseranko method and sampling rate convertor by a rational factor
- 2013-01-04 18:30:34下载
- 积分:1
-
synchronous
Synchronous motor simulation for performing modern control and other controllers
- 2014-08-16 22:37:37下载
- 积分: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