今見れる無料アーカイブ
A Conceptual Framework for ADAS/AD Safety Video - MATLAB & Simul...
The automotive industry has reached a clear consensus that virtual simulations are crucial to validate the safety of the intended function (SOTIF). Explore a conceptual framework that guides these ...
Rapid Prototyping of a Computer Vision Stack for AD Using MATLAB...
Online deployment of DNNs in AD stacks including all preprocessing and postprocessing steps is a challenge due to various AI frameworks. See how MATLAB helps the deployment of CNNs in a full comput...
What's New in MATLAB, Simulink, and RoadRunner for Automated Dri...
Discover new features and examples in MATLAB, Simulink, and RoadRunner that will help you building automated driving systems.
A Cross-Domain Simulation Platform for ADAS and AD Video - MATLA...
Bosch Engineering presents an ADAS platform that allows test activities, first calibration of features participated on different ECUs, and includes an automated tool chain for scenario execution an...
Implementation of a Virtual Sensor on an ECU Using Recurrent Neu...
See how a virtual pressure sensor, developed with a recurrent neural network, can be implemented in a production code generation tool chain using only fixed-point datatype, so the neural network ca...
Virtual Hardware-in-the-Loop (vHIL) for Accelerating xEV Applica...
See a practical case study showing that a virtual software development environment and testing methodology, free from the constraints of hardware lab setups, can accelerate development time.
Building an Electric Virtual Vehicle for Deployment to the Cloud...
With virtual vehicle development, the challenges are integrating physics and software models, choosing the right level of fidelity, and scaling up using the cloud. See how to overcome these challen...
A Modular Approach to Physical Modeling Using MATLAB, Simulink, ...
Learn how to design a robust, modular platform for simulation, analysis, and optimization of engineering systems with dynamic controls that can meet required accuracy and speed and support differen...
Master Class: Fulfill Range, Acceleration, and Cost Targets Usin...
See how a battery electric vehicle model and drive cycles can be used to optimize the topology and the number of cells in a battery pack to fulfill targets like fuel economy, range, acceleration, a...
Cybersecurity for your C and C++ Embedded Software with Advanced...
Learn how to leverage static code analysis based on formal methods. Achieve superior quality for your C and C++ code and obtain strong evidence of cybersecurity properties.
Full-switching Electric Drive FPGA-based Hardware-in-the-Loop Si...
Learn how to perform hardware-in-the-loop testing of power electronics controllers, without leaving the MATLAB and Simulink environment. Speedgoat FPGA I/O modules are used to execute electric driv...
How to Clean Your Data in MATLAB Video - MATLAB & Simulink
Learn how you can use the Data Cleaner app in MATLAB to clean your messy data using simple cleaning steps and prepare it for analysis and model development.
How to Develop Custom Charts and Components for your App | Modul...
Learn how to build specialized data visualizations and components and how they help modularize MATLAB apps.
Updating a Static Method to Return the Latest File in a Folder V...
I want to update a static method to return the latest file in a folder rather than a fixed filename.
Model Aircraft Design Optimization with MATLAB Video - MATLAB
Optimize the design of your model aircraft using MATLAB. Set up an optimization problem and define your objective function and design variables. Use the Fixed-Wing object to compute stability deriv...
An introduction to Beamforming Video - MATLAB & Simulink
This video shows how adjusting the gain and phase unevenly to each element in an array provides a lot more flexibility in shaping what that beam looks like and opens up the possibility of adaptive ...
Why multichannel beamforming is useful for wireless communicatio...
This video covers some of the reasons why multichannel beamforming is required to overcome the problems that we face with modern communication systems like 5G and WiFi.
Uniting to Tackle Climate Change Through Electrification Video -...
Learn how engineers are working to generate electricity from low carbon sources, store it effectively, and use it in applications such as electric vehicles.
Technical Computing with MATLAB Video - MATLAB
Use MATLAB to analyze data, develop algorithms, and create applications. Solve problems for a range of applications, including signal processing and communications, image and video processing, cont...
Refactoring Code to Functions Manually Video - MATLAB
Here I want to modularize and re-use part of my code by converting it to a function, but in this case the automatic conversion in the editor is not supported, so I need to do it manually.