MATLAB 信号処理入門 ローパ​スフィルタ バンドパ​スフィルタについて

15 vues (au cours des 30 derniers jours)
udon
udon le 28 Mai 2024
Réponse apportée : Naoya le 30 Mai 2024
信号処理入門 ローパスフィルタのtask2 バンドパスフィルタのtask1においての正式な回答がわかりません。
最終的に解答を確認し実行しましたが、プロットができていないと言われてしまいます。(実際はできている。)
自身のミスであるかアップデートによる仕様の変更であるか教えてほしいです。
  1 commentaire
Dyuman Joshi
Dyuman Joshi le 28 Mai 2024
Could you please share the screenshots/pictures of the error/issue you are facing; including the full question and your solution?

Connectez-vous pour commenter.

Réponses (1)

Naoya
Naoya le 30 Mai 2024
オンラインコース「信号処理」ご利用の面でご不便をおかけ致しまして恐れ入ります。
日本語版のオンラインコースにおける不具合と認識しております。
お手数をおかけしますが、それぞれのTaskについて、以下コードを記述して「提出」をお願いできますでしょうか?
〇 ローパスフィルタにおける Task2
lowpass(quakes(:,"WANC"),0.1);
h = findobj(gcf,'Type','Axes');
h(2).Title.String = 'Lowpass Filtering (Fpass = 100 mHz)';
〇 バンドパスフィルタにおける Task1
bandpass(quakes(:,"WANC"),[2 10]);
h = findobj(gcf,'Type','Axes');
h(2).Title.String = 'Bandpass Filtering (Fpass = [2 10] Hz)';

Catégories

En savoir plus sur ビッグ データの処理 dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!