![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21243576_1611592628638_DEF.jpg)
Sean Roh
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to multiply array by -1?
I want to invert all the values in the array by -1. [x,fs] = audioread('400hz.mp3']; y=-1*x; soundsc(y,fs);
4年弱 前 | 1 件の回答 | 0
1
回答質問
How can I use our own audio for this example? Also is there a way to make this real-time?
https://www.mathworks.com/help/audio/ug/active-noise-control-using-a-filtered-x-lms-fir-adaptive-filter.html
4年弱 前 | 1 件の回答 | 0
1
回答質問
I don't have Speedgoat, but is there a way to implement this example?
https://www.mathworks.com/help/audio/ug/active-noise-control-with-simulink.html
4年弱 前 | 1 件の回答 | 0
1
回答質問
Can't play sound q
clc clear close all %function [e,w]=lmsBasic(M,x,d,h); % % Input arguments: % M = learned filter length, dim 1x1 % x = in...
4年弱 前 | 1 件の回答 | 0
1
回答質問
I'm trying to convert MATLAB code to C++ or C using MATLAB Coder, but it has some errors. Can someone help me with this?
%function [e,w]=lmsBasic(M,x,d,h); % % Input arguments: % M = learned filter length, dim 1x1 % x = input signal, dim Nx1 % ...
4年弱 前 | 0 件の回答 | 0
0
回答質問
I'm trying to convert Matlab code to C++ or C, but it has some errors. Can someone help me with this?
%function [e,w]=lmsBasic(M,x,d); % Input arguments: % M = learned filter length, dim 1x1 % x = input signal, dim Nx1 % d = d...
4年弱 前 | 1 件の回答 | 0
1
回答質問
How do I implement this code to the example called Active Noise Control Using a Filtered-X LMS FIR Adaptive Filter?
close all; clear all; % get device information dev = audiodevinfo; % create recorder object Sound = audiorecorder(44100, 16,...
約4年 前 | 1 件の回答 | 0