-
Codes_PLS
PLS 的Matlab代码,用于线性降维和回归分析(matlab source code for partial least squares)
- 2010-05-14 16:00:07下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
DebugConsole
在界面开发中生成控制台窗口,方便输出一些信息和变量,方便调试。(Generate a console window in the interface development, convenient to output some information and variables to facilitate debugging.)
- 2012-07-13 10:12:40下载
- 积分:1
-
thinking_in_cpp
说明: 《thinking_in_cpp》,计算机大师Bruce Eckel的著作,学习C++的顶级材料(" Thinking_in_cpp" , Master Bruce Eckel computer books, learning C++ of the top material)
- 2009-08-12 09:48:42下载
- 积分:1
-
signal-processing-toolbox
matlab 信号处理工具箱,信号系统模型,线性非线性模型(matlab signal-processing-toolbox)
- 2012-01-12 11:55:28下载
- 积分:1
-
XiaoFang
小芳便利店的C++程序实现,简单的实现C++中类,继承等 (Xiao Fang convenience store C++ program to achieve a simple implementation of C++, classes, inheritance, etc.)
- 2020-08-16 21:38:36下载
- 积分:1
-
CLedButton_src
指示灯按钮( Indicating lamp button )
- 2021-04-15 20:58:54下载
- 积分:1
-
zxxx
gps and phone
- 2021-01-19 22:18:41下载
- 积分:1
-
20071112160912
考试试卷
1234567(Examination papers 1234567)
- 2008-01-21 17:37:40下载
- 积分:1
-
Diary
AppWizard has created this Diary application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
(AppWizard has created this Diary application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.)
- 2008-12-07 12:21:47下载
- 积分:1