-
C_CPP-Programmers-Reference--Third-Edition-By-Her
C/C++ Programmer s Reference, Third Edition
by Herbert Schildt ISBN:0072227222
McGraw-Hill/Osborne © 2003 (358 pages)
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-03-20 08:48:03下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
ExchangeRates
Exchange rate changes
- 2012-07-13 01:43:11下载
- 积分:1
-
[Getting.Started.with.Arduino].Massimo.Banzi
the introduction for arduino beginner
- 2014-10-27 10:56:05下载
- 积分:1
-
vc与matlab接口
一个实现vc与matlab接口的程序,可在vc构建的平台上实现matlab的函数调用(a realization vc Matlab interface with the procedures in vc build on the platform to achieve the function call Matlab)
- 2005-03-29 15:43:47下载
- 积分:1
-
genetic-algorithm
Matlab遗传算法工具箱函数及实例讲解。(Matlab genetic algorithm toolbox functions and examples to explain.)
- 2011-05-14 18:38:04下载
- 积分:1
-
tezhengtiqu3
关于医学上心电的检测,包含了心电的各个方面(About Medical cored electrical testing, including all aspects of ECG)
- 2015-03-31 12:57:18下载
- 积分:1
-
EM3DTask_20130311_NEW
EM3DTask_TFEM2,三维电磁仪扫频命令表编辑程序源代码(editor of task table of TFEM-2)
- 2014-01-10 11:26:33下载
- 积分:1
-
matlabandVC
本程序实现了matlab与VC++的混合编程。主要实现了基本的matlab处理的一些功能。但方法比较重要,很有用处(A combined way of matlab and VC++ was realized and it is used to process the basic function of matlab. It is an important approaches.)
- 2009-05-17 13:10:04下载
- 积分:1
-
利用matlab实现H-infinity鲁棒控制
利用matlab实现鲁棒控制器,有式例,便于鲁棒控制器的学习开发(A robust controller is implemented with MATLAB, and it has an example to facilitate the learning and development of robust controllers)
- 2021-03-30 15:29:09下载
- 积分:1