Why can’t this example of “Signal Source Separation Using W-Net Architecture” be opened in MATLAB?
When i try to run the example of "Signal Source Separation Using W-Net Architecture" on MATLAB, it showed "Error: "Error saving to local data stream." when communicating with websave (line 107) 5URL ‘https://ssd.mathworks.com/supportfiles/SPT/data/fetal-ecg-source-separation-testData,zip’.
error matlab,internal.examples.downloadsupportFile(line 48)localfile =websave(localfile,webFilePath);".
The code block :"Download the train and test data sets using the downloadSupportFile function. The data will be unzipped to the tempdir directory. If you want the data at a different location, change trainingDatasetFolder and testDatasetFolder to the desired locations " can’t run, and the detailed code is if trainNetworkFlag
% Download training data set
trainingDatasetZipFile = matlab.internal.examples.downloadSupportFile(‘SPT’,’data/fetal-ecg-source-separation-trainingData.zip’);
trainingDatasetFolder = fullfile(tempdir,’fetal-ecg-source-separation-trainingData’);
if ~exist(trainingDatasetFolder,’dir’)
unzip(trainingDatasetZipFile,trainingDatasetFolder);
end
end
% Download test data set
testDatasetZipFile = matlab.internal.examples.downloadSupportFile(‘SPT’,’data/fetal-ecg-source-separation-testData.zip’);
testDatasetFolder = fullfile(tempdir,’fetal-ecg-source-separation-testData’);
if ~exist(testDatasetFolder,’dir’)
unzip(testDatasetZipFile,testDatasetFolder);
end
Thank you very much for your answers!have a nice day!When i try to run the example of "Signal Source Separation Using W-Net Architecture" on MATLAB, it showed "Error: "Error saving to local data stream." when communicating with websave (line 107) 5URL ‘https://ssd.mathworks.com/supportfiles/SPT/data/fetal-ecg-source-separation-testData,zip’.
error matlab,internal.examples.downloadsupportFile(line 48)localfile =websave(localfile,webFilePath);".
The code block :"Download the train and test data sets using the downloadSupportFile function. The data will be unzipped to the tempdir directory. If you want the data at a different location, change trainingDatasetFolder and testDatasetFolder to the desired locations " can’t run, and the detailed code is if trainNetworkFlag
% Download training data set
trainingDatasetZipFile = matlab.internal.examples.downloadSupportFile(‘SPT’,’data/fetal-ecg-source-separation-trainingData.zip’);
trainingDatasetFolder = fullfile(tempdir,’fetal-ecg-source-separation-trainingData’);
if ~exist(trainingDatasetFolder,’dir’)
unzip(trainingDatasetZipFile,trainingDatasetFolder);
end
end
% Download test data set
testDatasetZipFile = matlab.internal.examples.downloadSupportFile(‘SPT’,’data/fetal-ecg-source-separation-testData.zip’);
testDatasetFolder = fullfile(tempdir,’fetal-ecg-source-separation-testData’);
if ~exist(testDatasetFolder,’dir’)
unzip(testDatasetZipFile,testDatasetFolder);
end
Thank you very much for your answers!have a nice day! When i try to run the example of "Signal Source Separation Using W-Net Architecture" on MATLAB, it showed "Error: "Error saving to local data stream." when communicating with websave (line 107) 5URL ‘https://ssd.mathworks.com/supportfiles/SPT/data/fetal-ecg-source-separation-testData,zip’.
error matlab,internal.examples.downloadsupportFile(line 48)localfile =websave(localfile,webFilePath);".
The code block :"Download the train and test data sets using the downloadSupportFile function. The data will be unzipped to the tempdir directory. If you want the data at a different location, change trainingDatasetFolder and testDatasetFolder to the desired locations " can’t run, and the detailed code is if trainNetworkFlag
% Download training data set
trainingDatasetZipFile = matlab.internal.examples.downloadSupportFile(‘SPT’,’data/fetal-ecg-source-separation-trainingData.zip’);
trainingDatasetFolder = fullfile(tempdir,’fetal-ecg-source-separation-trainingData’);
if ~exist(trainingDatasetFolder,’dir’)
unzip(trainingDatasetZipFile,trainingDatasetFolder);
end
end
% Download test data set
testDatasetZipFile = matlab.internal.examples.downloadSupportFile(‘SPT’,’data/fetal-ecg-source-separation-testData.zip’);
testDatasetFolder = fullfile(tempdir,’fetal-ecg-source-separation-testData’);
if ~exist(testDatasetFolder,’dir’)
unzip(testDatasetZipFile,testDatasetFolder);
end
Thank you very much for your answers!have a nice day! wnet, ecg signal, neural network, signal separate, matlab code MATLAB Answers — New Questions