Sean Roh
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
75.271
of 295.467
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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);
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 % ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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,...
fast 4 Jahre vor | 1 Antwort | 0