DSP System Toolbox 시작하기
DSP System Toolbox™는 MATLAB®과 Simulink®에서 신호 처리 시스템을 설계, 시뮬레이션, 분석하기 위한 알고리즘, 앱, 스코프를 제공합니다. 통신, 레이다, 오디오, 의료기기, IoT 및 기타 응용 분야를 위한 실시간 DSP 시스템을 모델링할 수 있습니다.
DSP System Toolbox를 사용하여 FIR, IIR, 멀티레이트, 다단, 적응 필터를 설계하고 분석할 수 있습니다. 시스템을 개발하고 검증하기 위해 변수, 데이터 파일, 네트워크 장치의 신호를 스트리밍할 수 있습니다. Time Scope, 스펙트럼 분석기, 논리 분석기를 사용하면 스트리밍 신호를 동적으로 시각화하고 측정할 수 있습니다. ARM® Cortex® 아키텍처를 비롯한 임베디드 프로세서에 대한 데스크탑 프로토타이핑과 배포를 위해 이 툴박스는 C/C++ 코드 생성을 지원합니다. 필터, FFT, IFFT 및 기타 알고리즘에서 비트 단위 정확도의 고정소수점 모델링과 HDL 코드 생성도 지원합니다.
알고리즘은 MATLAB 함수, System object, Simulink 블록으로 사용할 수 있습니다.
튜토리얼
- Introduction to Streaming Signal Processing in MATLAB
Use System objects to process streaming signals in MATLAB®. - Tunable Lowpass Filtering of Noisy Input in Simulink
This example shows how to filter a noisy chirp signal with a lowpass filter that has a tunable passband frequency. - Lowpass Filter Design in MATLAB
This example shows how to design lowpass filters. - Multirate Filtering in MATLAB and Simulink
Perform multirate filtering using rate conversion objects and blocks. - Signal Visualization and Measurements in MATLAB
Visualize and measure signals in the time and frequency domain in MATLAB® using a time scope and spectrum analyzer. - Estimate the Power Spectrum in Simulink
Compute the power spectrum using the Spectrum Analyzer and the Spectrum Estimator blocks. - What Are Moving Statistics?
Learn how moving statistics are calculated. - Data Transmission Using UDP in Simulink
Transmit and receive a sine wave signal over UDP network. - Understanding C Code Generation in DSP System Toolbox
Generate C code from DSP System Toolbox signal processing algorithms using MATLAB Coder™ and Simulink Coder. - Generate Standalone Executable and Interact with It Using UDP
This example shows how to generate a standalone executable for streaming statistics using MATLAB® Coder™ and tune the generated executable using a user interface (UI) that is running in MATLAB®.
필터 및 스트리밍 신호 처리
신호 시각화 및 측정
스펙트럼 분석
측정값 및 통계량
장치 및 네트워크
코드 생성
DSP 시스템 모델링 정보
- Sample- and Frame-Based Concepts
Explore basic signal concepts in the context of a Simulink model. Learn more about sample-based processing and frame-based processing.
- Configure Simulink Environment for Signal Processing Models
Shows how to configure the Simulink environment for use in signal processing models.
- Tune and Experiment with Block Parameter Values (Simulink)
As you construct a model you can experiment with block parameters, such as the coefficients of a Transfer Fcn block, to help you decide which blocks to use.
추천 예제
비디오
Simulink에서의 프레임 기반 처리
Simulink에서 신호를 프레임으로 처리하는 방법.
Simulink에서 신호를 필터링하는 방법
DSP System Toolbox에서 조정 가능형 필터와 조정 불가능형 필터를 사용하여 Simulink에서 신호를 필터링하는 방법.
DSP System Toolbox를 사용하여 Simulink에서 멀티레이트 시스템 모델링
DSP System Toolbox의 멀티레이트 블록을 사용하여 Simulink의 멀티레이트 시스템을 모델링합니다.