Sean Roh
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
75.271
of 295.467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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);
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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 % ...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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,...
bijna 4 jaar ago | 1 answer | 0