lyd-sy-5100單片機開發(fā)板的示例程序 分為C語言版本和ASM匯編版本。其他牌子的板子也可以使用其C語言版本。
上傳時間: 2016-09-02
上傳用戶:cmc_68289287
P3.18. An analog signal xa(t) = sin (100πt) is sampled using the following sampling intervals. In each case plot the spectrum of the resulting discrete-time signal. Ts= 0.1 ms, Ts= 1 ms, Ts = 0.01 Sec
標簽: following intervals sampling sampled
上傳時間: 2017-07-12
上傳用戶:shizhanincc
P3.20. Consider an analog signal xa (t) = sin (2πt), 0 ≤t≤ 1. It is sampled at Ts = 0.01, 0.05, and 0.1 sec intervals to obtain x(n). b) Reconstruct the analog signal ya (t) from the samples x(n) using the sinc interpolation (use ∆ t = 0.001) and determine the frequency in ya (t) from your plot. (Ignore the end effects.) C) Reconstruct the analog signal ya (t) from the samples x (n) using the cubic spline interpolation and determine the frequency in ya (t) from your plot. (Ignore the end effects.)
標簽: Consider sampled analog signal
上傳時間: 2017-07-12
上傳用戶:咔樂塢
買的開發(fā)板上帶的52個應(yīng)用于實物的程序,希望對大家有幫助
標簽: 單片機開發(fā)板 c語言 程序 源代碼
上傳時間: 2013-11-04
上傳用戶:xymbian
TUXEDO連接數(shù)據(jù)庫的例子,這里不使用XA協(xié)議,而是采用直接連接的方式
標簽: TUXEDO 連接 數(shù)據(jù)庫
上傳時間: 2013-12-20
上傳用戶:1079836864
由Jean Labrosse先生寫的uC/OS的實時操作系統(tǒng)核心的C源代碼以及說明。這是Jean先生為68HC11系列寫的RTOS,但是隨著越來越多的MCU的出現(xiàn),Jean把他的RTOS移植到許多平臺上,比較適合擴展模式的應(yīng)用模式,如XA,X86,但是一些客戶不知道如何使用,實在糟蹋了!不過提醒各位,這僅僅是一個核心模塊,嵌入應(yīng)用環(huán)境太多了,許多其他模塊象:文件模塊,通訊模塊,顯示模塊等,都需要大家自己努力了!那我自己也在嘗試增加一些模塊,象TCP/IP協(xié)議,可以為許多應(yīng)用提供附加應(yīng)用。
上傳時間: 2015-04-02
上傳用戶:xiaoxiang
管理登錄\system 管理員:admin 密碼:admin888 數(shù)據(jù)庫鏈接文件: conn.asp 內(nèi)容數(shù)據(jù)庫前臺鏈接文件 system\conn.asp 內(nèi)容數(shù)據(jù)庫后臺鏈接文件 system\ConnAdmin.asp 管理員數(shù)據(jù)庫后臺鏈接文件 system\ChkLogin.asp 登錄日志數(shù)據(jù)庫后臺鏈接文件 system\inc_config.asp 訪問統(tǒng)計數(shù)據(jù)庫后臺鏈接文件 system\data.asp 內(nèi)容數(shù)據(jù)庫后臺鏈接文件(產(chǎn)品類別樹型目錄) system\server2.asp 內(nèi)容數(shù)據(jù)庫后臺鏈接文件(產(chǎn)品類別樹型目錄) system\DataSetup4.asp 登錄日志數(shù)據(jù)庫后臺鏈接文件(壓縮登錄日志)
標簽: admin systemconn asp system
上傳時間: 2014-01-23
上傳用戶:FreeSky
某幼兒園按如下方法依次給A,B,C,D,E五個小孩發(fā)糖果。將全部糖果的一半再加二分之一塊糖果發(fā)給第一個小孩;將剩下糖果的三分之一再加三分之一塊糖果發(fā)給第二個小孩;將剩下糖果的四分之一再加四分之一塊糖果發(fā)給第三個小孩;將剩下糖果的五分之一再加五分之一塊糖果發(fā)給第四個小孩;將最后剩下的11塊糖果發(fā)給第五個小孩。每個小孩得到的糖果數(shù)均為整數(shù)。試確定原來共有多少塊糖果?每個小孩各得到多少塊糖果? 要求結(jié)果的輸出格式為 sum=糖果總數(shù) xa=A得到的糖果數(shù) xb=B得到的糖果數(shù) xc=C得到的糖果數(shù) xd=D得到的糖果數(shù) xe=E得到的糖果數(shù)
標簽:
上傳時間: 2015-06-02
上傳用戶:葉山豪
人工智能中模糊邏輯算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support. It supports all commonly used shape functions and hedges, with full support for the various types of Aggregation, Correlation, Alphacut, Composition, Defuzzification methods. The latest version of the C++ Fuzzy Logic Class Library contains all the C++ source code and comes complete with a usage example for building a multi-controllers fuzzy logic model.
標簽: comprehensive constructing FuzzyLib library
上傳時間: 2013-12-17
上傳用戶:dbs012280
Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"
標簽: International Copyright Borland S_IREAD
上傳時間: 2013-12-26
上傳用戶:llandlu
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1