资源列表
VehicleClimateControlSystem.ZIP
- The model consists of two systems, a climate control system and an electrical system. This allows for examination of the loading effects of the climate control system on the car s electrical system.
HybridElectricVehicleWebinar
- This submission includes the presentation and model files that were used in delivering a webinar on 12-15-05 that covered the topic of modeling Hybrid Electric Vehicles. Hybrid electric vehicles (HEVs) have proven they can substantially improve fue
EncodedDataSimulator
- This is a collection of m-files I created to complete a research project into the DC components of various encoding techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files I found us
MAPAlgorithm
- This program includes: [5 7] convolutional code (encoder) + BPSK + AWGN + MAP (decoder). It evaluates Bit Error Rate and plots it versus SNR(signal to Noise Ratio).
WaterFillingAlgorithm
- 一种WaterFillingAlgorithm,资料全面,解析透彻,对学习的人很有帮助!
mandelbrotdemo
- mandelbrot 分型图的仿真与绘制。mandelbrot.m, mandelbrotdemo1.m, mandelbrotdemograph.fig
RLEencoding
- A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
work
- 退火算法matlab源码,并带有详细设计说明,执行效率较高
Line_code_english
- Simulation of digital baseband modulation,it is very good for the users to deepen their understanding
linprog
- 规划问题matlab源码,并带有详细设计说明,执行效率较高
dataanalysis
- 数值分析matlab源码,并带有详细设计说明,执行效率较高
LearningtheKalmanFilter
- When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about