使用MATLAB對DSB-AM進行仿真:雙邊帶幅度調制的過程以及對其中所包含的對信號的頻譜分析都可以通過MATLAB中的M語句及相關函數來實現。假如信號m(t)=cos(m)以dsb-am方式調制載波c(t)=cos(20*pi*t),所的信號為y(t),并將采樣頻率定為 fs=100Hz,則可在MATLAB中設計程序對該幅度調制的結果進行仿真,繪制已調信號波形和頻譜分析。
上傳時間: 2013-12-30
上傳用戶:JIUSHICHEN
MFC經典教材的源代碼 C++經典語法與應用,類的編寫與應用,構造與析構函數,函數的重載,類的繼承,函數覆蓋,基類與派生類的構造函數、析構函數先后調用順序,如何在派生類構造函數中向基類的構造函數傳遞參數,this成員變量,類型轉換的內幕,虛擬函數與多態性,引用和指針的變量的區別與共同處。VC工程的編譯原理與過程,將工程中不同的類拆分到不同的原文件中,每一個類由一個.h和.cpp文件共同完成,頭文件重復定義問題的解決,培養了學員良好的編程習慣,也為以后分析MFC Appwizard生成的工程奠定了良好基礎。
上傳時間: 2013-12-23
上傳用戶:liuchee
C++經典語法與應用,類的編寫與應用,構造與析構函數,函數的重載,類的繼承,函數覆蓋,基類與派生類的構造函數、析構函數先后調用順序,如何在派生類構造函數中向基類的構造函數傳遞參數
標簽:
上傳時間: 2017-08-15
上傳用戶:zaizaibang
This application note gives an example for microcontroller C code. It includes code for: Readout of Humidity (RH) or Temperature (T) with basic error handling Calculation of RH linearization and temperature compensation Access to status register Dewpoint calculation from RH and T UART handling
標簽: code microcontroller application for
上傳時間: 2013-12-22
上傳用戶:hewenzhi
in this file,it will tell you how to write well and clear c file.in this file,it will tell you how to write well and clear c file.
上傳時間: 2017-09-05
上傳用戶:1427796291
When C++ was first introduced many benefits such as code reuse, portability and scalability were promised, but somehow these benefits failed to eventuate. It didn’t take too long before most people in the embedded world decided that the promises were just hype, and settled down to using C++ as a slightly better version of C
標簽: portability scalability introduced benefits
上傳時間: 2013-12-24
上傳用戶:yt1993410
Flash functions for STR71X uControllers. This file replaces the ST Library flash.c file, including the option of execute any flash function from Ram, alowing a way to program flash from a program running in flash.
標簽: file uControllers functions including
上傳時間: 2017-09-19
上傳用戶:xzt
Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。
上傳時間: 2015-05-15
上傳用戶:fangfeng
基于c++的求帶權無向圖最短路徑源代碼
標簽: Dijkstra算法
上傳時間: 2016-01-13
上傳用戶:15119242520
C語言是在 70 年代初問世的。一九七八年由美國電話電報公司(AT&T)貝爾實驗室正 式 發 表 了 C 語 言 。 同 時 由 B.W.Kernighan 和 D.M.Ritchit 合 著 了 著 名 的 “THE C PROGRAMMING LANGUAGE” 一書。 通常簡稱為《 K&R》, 也有人稱之為《 K&R》 標準。 但是, 在 《 K&R》中并沒有定義一個完整的標準 C 語言, 后來由美國國家標準協會 ( American National Standards Institute) 在此基礎上制定了一個 C 語言標準, 于一九八三年發表。 通常 稱之為 ANSI C。
上傳時間: 2016-08-03
上傳用戶:vito